diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-16 09:32:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-16 09:32:53 +0300 |
| commit | f059ddbef2fd8dc6b7f8624cc088afee7a3b5d96 (patch) | |
| tree | cfdecf85239779294cc3bdf8188bdc654f520336 | |
| parent | 79fe672aab55360b3a0df73afc3ca62daa4d813d (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 5 |
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) |
