1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-12-22 14:54:23 +00:00
config-fish/completions/ntfy.fish

24 lines
471 B
Fish

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"