aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/tcompweek.fish
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-16 20:16:13 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-16 20:16:19 +0100
commitaa605705cd1872dd8319e6336440db485b66d9e4 (patch)
tree9c89473826908e0c61a16adf3af44afc6aa37bd8 /fish2024/functions/tcompweek.fish
parent0f56054e8f1baf2920bf8ce0b3bbb7b46eb1d4c9 (diff)
uncontrolled update - removes xi and xq fish funcs
Diffstat (limited to '')
-rw-r--r--fish2024/functions/tcompweek.fish4
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