mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-21 22:34:23 +00:00
Add completions for ntfy
This commit is contained in:
parent
c01879e6f3
commit
9e98f56151
1 changed files with 24 additions and 0 deletions
24
completions/ntfy.fish
Normal file
24
completions/ntfy.fish
Normal file
|
@ -0,0 +1,24 @@
|
|||
complete \
|
||||
--command='ntfy' \
|
||||
--short-option="d" \
|
||||
--long-option="topic" \
|
||||
--description="Set topic"
|
||||
|
||||
complete \
|
||||
--command='ntfy' \
|
||||
--short-option="t" \
|
||||
--long-option="title" \
|
||||
--description="Set title"
|
||||
|
||||
complete \
|
||||
--command='ntfy' \
|
||||
--short-option="p" \
|
||||
--long-option="priority" \
|
||||
--description="Set priority" \
|
||||
--arguments='urgent high default low min'
|
||||
|
||||
complete \
|
||||
--command='ntfy' \
|
||||
--short-option="x" \
|
||||
--long-option="tag" \
|
||||
--description="Add tag"
|
Loading…
Reference in a new issue