summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-16 09:32:53 +0300
committerPaul Buetow <paul@buetow.org>2025-05-16 09:32:53 +0300
commitf059ddbef2fd8dc6b7f8624cc088afee7a3b5d96 (patch)
treecfdecf85239779294cc3bdf8188bdc654f520336
parent79fe672aab55360b3a0df73afc3ca62daa4d813d (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/taskwarrior.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish
index 0684458..343c414 100644
--- a/dotfiles/fish/conf.d/taskwarrior.fish
+++ b/dotfiles/fish/conf.d/taskwarrior.fish
@@ -84,6 +84,11 @@ function _taskwarrior::set_import_export_tags
end
end
+function taskwarrior::export::gos
+ task +share status:pending >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json"
+ yes | task +share status:pending delete
+end
+
function taskwarrior::export
_taskwarrior::set_import_export_tags
set -l count (task +$TASK_EXPORT_TAG status:pending count)