From 41f2344ceadca509181f8d6fa19fe237d0ff6004 Mon Sep 17 00:00:00 2001 From: Clément Martinez Date: Tue, 7 Jun 2016 16:50:28 +0200 Subject: Add termite autocomplete --- share/completions/termite.fish | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 share/completions/termite.fish (limited to 'share') 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 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 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 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" -- cgit v1.2.3