diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:06:48 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:06:48 +0100 |
commit | 7ae00a7dd4cdd040fdf80ba090521a3801b29801 (patch) | |
tree | b39ccb8ee0f6e7deaee9a49f46ad2c48980d9bf7 /fish2024/functions/tcomptoday.fish | |
parent | 1174f3a691918f4218fc16efdabb1789ac474134 (diff) | |
parent | 394227c36ba6d58bd6b9b541e550c2af9c04e552 (diff) |
Merge with upstream after long period away on x220
Diffstat (limited to '')
-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 |