diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-05 10:48:40 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-05 10:48:40 +0000 |
commit | b28df6379a14c5bfb11c1ccee22e1e1996972475 (patch) | |
tree | 9f2c2c297ca141a3ae0bfdd5a644b24284d77d7f /fish2024/functions/tcomptoday.fish | |
parent | a6dda97b8f788537459c74e0f5ae2f7efc387885 (diff) |
Adding some much missed fish aliai
Diffstat (limited to 'fish2024/functions/tcomptoday.fish')
-rw-r--r-- | fish2024/functions/tcomptoday.fish | 4 |
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 |