X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..e3786815cbfb687f4fe6d6ac95ba8daa46e11db2:/_vcsh diff --git a/_vcsh b/_vcsh index 6ee95c8..f5ab347 100644 --- a/_vcsh +++ b/_vcsh @@ -1,15 +1,18 @@ #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" + 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" seed-gitignore\:"seed .gitignore.d/foo from git ls-files" + setup\:"set up repo with recommended settings" \\:"Run git command directly" ))'