diff options
Diffstat (limited to 'fish2024/functions/tcompweek.fish')
-rw-r--r-- | fish2024/functions/tcompweek.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/tcompweek.fish b/fish2024/functions/tcompweek.fish new file mode 100644 index 0000000..fdf93d3 --- /dev/null +++ b/fish2024/functions/tcompweek.fish @@ -0,0 +1,4 @@ +function tcompweek --wraps='task end.after:today-7d completed' --description 'alias tcompweek=task end.after:today-7d completed' + task end.after:today-7d completed $argv + +end |