X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..e3ee7bd1b8f1ace113a86d4cdf0036a8f0de210d:/_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" ))'