diff options
| -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) |
