aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/tcomptoday.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/tcomptoday.fish')
-rw-r--r--fish2024/functions/tcomptoday.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/tcomptoday.fish b/fish2024/functions/tcomptoday.fish
new file mode 100644
index 0000000..674c23b
--- /dev/null
+++ b/fish2024/functions/tcomptoday.fish
@@ -0,0 +1,4 @@
+function tcomptoday --wraps='task end.after:today-1d completed' --description 'alias tcomptoday=task end.after:today-1d completed'
+ task end.after:today-1d completed $argv
+
+end