X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..8f7c98c6ae6fcfdf74dc6c305f2285ae55f320e1:/_vcsh diff --git a/_vcsh b/_vcsh index 6ee95c8..c6efe6f 100644 --- a/_vcsh +++ b/_vcsh @@ -1,15 +1,16 @@ #compdef vcsh -# use\:"use/enter repo" -# exit\:"exit repo" _arguments \ ':subcommand:(( clone\:"clone from repo" help\:"display help" - init\:"init & clone from repo" delete\:"delete repo" + enter\:"Enter repo; spawn new \$SHELL" + init\:"init & clone from repo" list\:"list all repos" + rename\:"rename repo" run\:"run command on repo" seed-gitignore\:"seed .gitignore.d/foo from git ls-files" + setup\:"set up repo with recommended settings" \\:"Run git command directly" ))'