diff options
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index d3192bc..1ef7513 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -66,6 +66,12 @@ function _taskwarrior::set_import_export_tags end end +function taskwarrior::export::bd + # Export bulgarian dumi + task +bd status:pending export | jq -r '.[].description' >~/Notes/Bulgarian/bd-(date +%s).txt + yes | task +bd status:pending delete +end + function taskwarrior::export::gos task +share status:pending export >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json" yes | task +share status:pending delete |
