This commit is contained in:
motemen 2014-05-13 13:36:29 +09:00
parent 68bd049ed2
commit dd242276ff

View file

@ -12,7 +12,8 @@ SYNOPSIS
[verse]
'ghq' get [-u] <repository URL> | <user>/<project>
'ghq' list [-p] [-e] [<query>]
'ghq' look <project> | <user>/<project>
'ghq' look <project> | <user>/<project> | <host>/<user>/<project>
'ghq' starred [-u] <user>
'ghq' pocket [-u]
COMMANDS
@ -31,9 +32,13 @@ list::
_project_ or _user_/_project_) If '-p' ('--full-path') is given, the full paths
to the repository root are printed instead of relative ones.
list::
look::
Look into a locally cloned repository with the shell.
starred::
Retrieves GitHub repositories that are starred by the user specified and
performs 'get' for each of them.
pocket::
Retrieves http://getpocket.com/[Pocket] entries of github.com and
performs 'get' for each of them.