X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..4424028c0faa46b809fff726c8ec3d96a8e34d32:/doc/vcsh.1.ronn diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 5081044..71fbc6a 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -5,9 +5,13 @@ vcsh(1) - manage and sync config files via git `vcsh` clone [] -`vcsh` help +`vcsh` delete + +`vcsh` enter -`vcsh` delete +`vcsh` exit + +`vcsh` help `vcsh` init @@ -15,7 +19,9 @@ vcsh(1) - manage and sync config files via git `vcsh` run -`vcsh` seed-gitignore +`vcsh` seed-gitignore + +`vcsh` use `vcsh` @@ -43,12 +49,18 @@ A sample configuration for `vcsh` and `mr` can be found at * clone: Clone an existing repository. -* help: - Display help. - * delete: Delete an existing repository. +* enter: + Enter repository; spawn new <$SHELL>. + +* exit: + Exit repository; unset ENV. + +* help: + Display help. + * init: Initialize an empty repository. @@ -62,6 +74,9 @@ A sample configuration for `vcsh` and `mr` can be found at * seed-gitignore: Seed .gitignore.d/ from git ls-files. +* use: + Use repository; set ENV. + * : Shortcut to run `vcsh` on a repo. Will prepend `git` to by itself.