summaryrefslogtreecommitdiffstats
path: root/misc/zsh-completion
Commit message (Collapse)AuthorAgeFilesLines
* Teach zsh to complete intermediary targets.Nicolas Despres2015-12-241-3/+2
| | | | | | | | Bash completion script uses "-t targets all" to list the target which is faster than "-t targets" and reports intermediary targets (see the manual entry for the 'targets' tool). See commit fc135c45.
* Speed up zsh target completionBen Falconer2015-10-301-2/+1
|
* zsh-completion: remove use of 'head' with negative offsetFraser Cormack2014-12-201-1/+1
| | | | | | | | | | Some systems - like OSX - don't come with a version of head that supports a negative value for the -n flag. Such systems get a message such as this when tab-completing ninja's -d flag: ninja -dhead: illegal line count -- -1 Using sed instead should be more universally supported.
* Add zsh completion for targets in conjunction with -CFraser Cormack2014-10-241-1/+8
| | | | | zsh can now list completions for targets in the directory specified by the -C option
* improve zsh completionRonny Chevalier2014-05-041-3/+44
|
* Adding tab-completion function for zsh.Scott Franklin2011-06-231-0/+21