diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:01:50 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:01:50 +0000 |
commit | 5247b5b67ce81cf0cd30426a975eed2711a63b89 (patch) | |
tree | 8f6e2c03f8a56b3e91ee160f7226f1999e8cae00 /fish2024/functions | |
parent | 8ebb22ba19b069ecac25dc204d0595801343d0a6 (diff) |
Adds more task aliases
Diffstat (limited to 'fish2024/functions')
-rw-r--r-- | fish2024/functions/ttagged.fish | 4 | ||||
-rw-r--r-- | fish2024/functions/tuntagged.fish | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/fish2024/functions/ttagged.fish b/fish2024/functions/ttagged.fish new file mode 100644 index 0000000..5ee8596 --- /dev/null +++ b/fish2024/functions/ttagged.fish @@ -0,0 +1,4 @@ +function ttagged --wraps='task tags.any: list' --description 'alias ttagged=task tags.any: list' + task tags.any: list $argv + +end diff --git a/fish2024/functions/tuntagged.fish b/fish2024/functions/tuntagged.fish new file mode 100644 index 0000000..6569130 --- /dev/null +++ b/fish2024/functions/tuntagged.fish @@ -0,0 +1,4 @@ +function tuntagged --wraps='task tags.none: list' --description 'alias tuntagged=task tags.none: list' + task tags.none: list $argv + +end |