diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-06 20:07:28 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-06 20:07:28 +0100 |
commit | 00b77312b84d9c6fac6a045982c32b8f1b6d59c7 (patch) | |
tree | 2e53cc7a8d0a21dee96e27ce95af6a35575d2b7f /fish/functions/k5days.fish | |
parent | 85dedd869bd883f97184f2de33c38911036bf30b (diff) |
Catching up with fish functions
Diffstat (limited to '')
-rw-r--r-- | fish/functions/k5days.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/k5days.fish b/fish/functions/k5days.fish new file mode 100644 index 0000000..6552b00 --- /dev/null +++ b/fish/functions/k5days.fish @@ -0,0 +1,4 @@ +function k5days --wraps='khal list today 5 days' --description 'alias k5days khal list today 5 days' + khal list today 5 days $argv + +end |