rwxrob / cmdtab

Apache License 2.0
13 stars 0 forks source link

Add Zsh Completion #10

Open rwxrob opened 3 years ago

rwxrob commented 3 years ago

It is clean zsh is a major player in the interactive shell space and while it boasts intelligent tab completion using its own algorithms we need to ensure that cmdtab style completion (which is controlled by the application itself and integrated into the shell) is supported. In short, we need to find the zsh equivalent of complete -C cmd cmd.

oglinuk commented 3 years ago

Some resources around the completion system of zsh.