From 55979d23daf8d65b84eef0f4d965f908a487b6d0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 16 May 2025 09:35:58 +0300 Subject: Update --- dotfiles/fish/conf.d/supersync.fish | 4 +--- 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 -- cgit v1.2.3