diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-16 09:35:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-16 09:35:58 +0300 |
| commit | 55979d23daf8d65b84eef0f4d965f908a487b6d0 (patch) | |
| tree | 9a90f5b10da320068279575067041195ab821441 | |
| parent | f059ddbef2fd8dc6b7f8624cc088afee7a3b5d96 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 4 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index f69b34b..58d1c00 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -46,9 +46,6 @@ function supersync::worktime cd - end -function supersync::uprecords::darwin -end - function supersync::uprecords set -l uprecords_dir ~/git/uprecords set -l uprecords_repo git@codeberg.org:snonux/uprecords.git @@ -75,6 +72,7 @@ function supersync::taskwarrior end taskwarrior::export + taskwarrior::export::gos taskwarrior::import end diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 343c414..c671e30 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -85,7 +85,7 @@ function _taskwarrior::set_import_export_tags end function taskwarrior::export::gos - task +share status:pending >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json" + task +share status:pending export >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json" yes | task +share status:pending delete end |
