mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
It is now possible to use the tag-order style to stagger the overwhelming
'git <TAB>' subcommand listing. For example:
zstyle ':completion::complete:git:argument-1:' tag-order \
main-porcelain-commands user-commands third-party-commands \
ancillary-manipulator-commands ancillary-interrogator-commands \
plumbing-manipulator-commands plumbing-interrogator-commands \
aliases
|
||
|---|---|---|
| .. | ||
| AIX | ||
| Base | ||
| BSD | ||
| Cygwin/Command | ||
| Darwin | ||
| Debian | ||
| Linux | ||
| Mandriva | ||
| openSUSE/Command | ||
| Redhat | ||
| Solaris | ||
| Unix | ||
| X | ||
| Zsh | ||
| .cvsignore | ||
| .distfiles | ||
| bashcompinit | ||
| compaudit | ||
| compdump | ||
| compinit | ||
| compinstall | ||
| README | ||
The subdirectories contain code for a shell-based system of command-line completion. This is considerably more powerful than the old `compctl' method. For details, see the compsys(1) manual page (`man zshcompsys').