aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/termite.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-06-10 18:47:55 +0200
committerGravatar GitHub <noreply@github.com>2016-06-10 18:47:55 +0200
commit5d20750aaa7bda68be0e0669083b59cbd737d6ee (patch)
treef88e6c1531177c05c91bdb269254f437ae5adb32 /share/completions/termite.fish
parentc4e322d3ad04fbaa9d33bfbb086a7d387011da5e (diff)
parent4d49c902ac3ad01a7a93cdcb0876ca1dd4cb00fc (diff)
Merge pull request #3123 from moverest/completion
Extend autocompletion support
Diffstat (limited to 'share/completions/termite.fish')
-rw-r--r--share/completions/termite.fish12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/completions/termite.fish b/share/completions/termite.fish
new file mode 100644
index 00000000..44f1ee01
--- /dev/null
+++ b/share/completions/termite.fish
@@ -0,0 +1,12 @@
+complete -c termite -s h -l help -d "Display help message"
+complete -c termite -s v -l version -d "Display version information"
+complete -r -c termite -s e -l exec -d "Tell termite start <cmd> instead of the shell"
+complete -x -c termite -s r -l role -d "The role to set the termite window to report itself with"
+complete -x -c termite -s t -l title -d "Set the termite window's title"
+complete -r -c termite -s d -l directory -d "Tell termite to change to <dir> when launching"
+complete -x -c termite -l geometry -d "Override the window geometry in pixels"
+complete -c termite -l hold -d "Keep termite open after the child process exits"
+complete -x -c termite -l display -d "Launch on <disp> X display"
+complete -r -c termite -s c -l config -d "Config file to use"
+complete -x -c termite -l name -d "Set the windows name part of WM_CLASS property"
+complete -x -c termite -l class -d "Set the windows class part of the WM_CLASS property"