diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-31 17:58:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-31 17:58:01 +0200 |
| commit | 2fa04d90859ce92bbacdf398dc8fa7027513f79d (patch) | |
| tree | 8687102d40b0654794ca11839d79adc40f9ca719 | |
| parent | c26a3733daee660c73179343b6cb365984f0b286 (diff) | |
Update
| -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 |
