cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

improve zsh shell completion #294

Open cvogt opened 7 years ago

cvogt commented 7 years ago

currently when you presscbt compile <tab> it again tries to complete a task name. But that is not sensical in this place.

related to https://github.com/cvogt/cbt/issues/109

cvogt commented 7 years ago

closed in favor of https://github.com/cvogt/cbt/issues/386

cvogt commented 7 years ago

there is zsh specific work, so re-opening this

zsh completion does currently not support for completion of nested methods, e.g. snapshot.comp zsh should be able to do that via $BUFFER, see http://unix.stackexchange.com/questions/14230/zsh-tab-completion-on-empty-line