diff options
-rw-r--r-- | fish/functions/k5days.fish | 4 | ||||
-rw-r--r-- | fish/functions/thomeprojects.fish | 4 |
2 files changed, 8 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 diff --git a/fish/functions/thomeprojects.fish b/fish/functions/thomeprojects.fish new file mode 100644 index 0000000..8d6f580 --- /dev/null +++ b/fish/functions/thomeprojects.fish @@ -0,0 +1,4 @@ +function thomeprojects --wraps=task\ _unique\ project\|grep\ \"h\\.\" --description alias\ thomeprojects\ task\ _unique\ project\|grep\ \"h\\.\" + task _unique project|grep "h\." $argv + +end |