aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/tworkprojects.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/tworkprojects.fish')
-rw-r--r--fish2024/functions/tworkprojects.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/tworkprojects.fish b/fish2024/functions/tworkprojects.fish
new file mode 100644
index 0000000..2890978
--- /dev/null
+++ b/fish2024/functions/tworkprojects.fish
@@ -0,0 +1,4 @@
+function tworkprojects --wraps=task\ _unique\ project\|grep\ \"w\\.\" --description alias\ tworkprojects=task\ _unique\ project\|grep\ \"w\\.\"
+ task _unique project|grep "w\." $argv
+
+end