summaryrefslogtreecommitdiffstats
path: root/completions/fish/sway.fish
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-26 13:55:08 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-26 13:55:08 -0400
commit6afc0590a1ad1b2d7f8276d34a607e8b61fbb6ca (patch)
treee5e4a423a3a14075735ec551587df2bb47a36d02 /completions/fish/sway.fish
parentMerge pull request #2513 from RyanDwyer/rename-root-outputs (diff)
parentadded fish to meson.build (diff)
downloadsway-6afc0590a1ad1b2d7f8276d34a607e8b61fbb6ca.tar.gz
sway-6afc0590a1ad1b2d7f8276d34a607e8b61fbb6ca.tar.zst
sway-6afc0590a1ad1b2d7f8276d34a607e8b61fbb6ca.zip
Merge pull request #2517 from fokditkak/add_fish_completion
Add fish completion
Diffstat (limited to 'completions/fish/sway.fish')
-rw-r--r--completions/fish/sway.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/completions/fish/sway.fish b/completions/fish/sway.fish
new file mode 100644
index 00000000..31165ef4
--- /dev/null
+++ b/completions/fish/sway.fish
@@ -0,0 +1,10 @@
1# sway(1) completion
2
3complete -c sway -s h -l help --description "Show help message and quit."
4complete -c sway -s c -l config --description "Specifies a config file."
5complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
6complete -c sway -s d -l debug --description "Enables full logging, including debug information."
7complete -c sway -s v -l version --description "Show the version number and quit."
8complete -c sway -s V -l verbose --description "Enables more verbose logging."
9complete -c sway -l get-socketpath --description "Gets the IPC socket path and prints it, then exits."
10