mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
Richard Hartmann: 30110: new vcsh Completion
This commit is contained in:
parent
cd40e8caf6
commit
737a87654f
2 changed files with 19 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ _unison
|
|||
_units
|
||||
_user_admin
|
||||
_uzbl
|
||||
_vcsh
|
||||
_vim
|
||||
_vorbis
|
||||
_vorbiscomment
|
||||
|
|
|
|||
18
Completion/Unix/Command/_vcsh
Normal file
18
Completion/Unix/Command/_vcsh
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#compdef vcsh
|
||||
|
||||
_arguments \
|
||||
':subcommand:((
|
||||
clone\:"clone from repo"
|
||||
help\:"display help"
|
||||
delete\:"delete repo"
|
||||
enter\:"Enter repo; spawn new \$SHELL"
|
||||
init\:"init & clone from repo"
|
||||
list\:"list all repos"
|
||||
list-tracked\:"list all files tracked by vcsh"
|
||||
list-tracked-by\:"list files tracked by a repo"
|
||||
rename\:"rename repo"
|
||||
run\:"run command on repo"
|
||||
setup\:"set up repo with recommended settings"
|
||||
write-gitignore\:"write .gitignore.d/foo via git ls-files"
|
||||
\<REPO\>\:"Run git command directly"
|
||||
))'
|
||||
Loading…
Add table
Add a link
Reference in a new issue