aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/abbr.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/abbr.fish')
-rw-r--r--share/completions/abbr.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/completions/abbr.fish b/share/completions/abbr.fish
new file mode 100644
index 00000000..6671ecd6
--- /dev/null
+++ b/share/completions/abbr.fish
@@ -0,0 +1,5 @@
+complete -c abbr -f -s a -l add -d 'Add abbreviation'
+complete -c abbr -s r -l remove -d 'Remove abbreviation' -xa '(abbr -l)'
+complete -c abbr -f -s s -l show -d 'Print all abbreviations'
+complete -c abbr -f -s l -l list -d 'Print all abbreviation names'
+complete -c abbr -f -s h -l help -d 'Help'