Dominique Martinet
5bdcfbc2ce
bash completion: make complete helper start with _
...
It is standard to start complete helpers with underscore to avoid
clobbering the function namespace ; like other shells do.
It is ironic for a completion helper to make completion less agreable...
2018-09-18 09:10:47 +09:00
Edward Betts
5eaeda4402
Correct spelling mistakes.
2018-09-06 12:07:09 +01:00
Kovid Goyal
b3db3e5732
Fix completion of paths with spaces
2018-09-06 09:47:36 +05:30
Kovid Goyal
b45161ecc3
zsh completion: Eliminate common prefix when completing file names
2018-09-06 09:46:04 +05:30
Kovid Goyal
d4fc0af7de
Cleanup up path completions
2018-09-06 09:34:25 +05:30
Kovid Goyal
5ef8cce1d7
Fix filenames not being completed for the diff kitten
2018-09-06 07:50:07 +05:30
Pablo S. Blum de Aguiar
1b7244f3c8
Completion for fish
2018-09-05 22:33:39 +02:00
Kovid Goyal
0c1b76c17a
Fix completion of kitten names not working
2018-08-27 13:23:17 +05:30
Kovid Goyal
bbefcb2cd2
Fix spaces after file/dir names and config directive names in bash completion
...
Since bash has no concept of completion groups with customizable
behavior, unlike zsh, we tell it to never add trailing spaces and
add the spaces ourselves.
2018-08-26 18:22:40 +05:30
Kovid Goyal
c864cba4a2
Completion of image names for the icat kitten
2018-08-26 11:49:56 +05:30
Kovid Goyal
42546f4371
Implement completion for the kitty command
...
Implemented for bash and zsh. Completion scripts are just thin wrappers
around kitty + complete which knows how to complete kitty command lines.
Should make it easy to add completion for other shells in the future.
2018-08-26 10:39:51 +05:30
Kovid Goyal
ff09bdcbf1
Completion for kittens
2018-08-26 09:42:26 +05:30
Kovid Goyal
f36a9fffa3
Completion for bash
2018-08-26 09:16:02 +05:30
Kovid Goyal
933cced76c
Implement completion for remote control commands
2018-08-25 14:51:59 +05:30
Kovid Goyal
c51e7d3bde
More work on completions
2018-08-25 11:27:22 +05:30
Kovid Goyal
d3b31224cd
More work on completions
2018-08-24 12:15:27 +05:30
Kovid Goyal
0e0e25f986
Avoid double filter for completions in zsh
2018-08-24 08:13:59 +05:30
Kovid Goyal
8b02b89bd6
Add an is_focused field to the output of kitty @ ls
2018-08-23 16:07:26 +05:30
Kovid Goyal
8ba3c4ba50
Group completion matches
2018-08-23 15:34:54 +05:30
Kovid Goyal
16764c79b2
Start work on completion for the kitty command
2018-08-23 15:10:13 +05:30