public
Description: GitHub Issues on the command line. Use your $EDITOR, not your browser.
Homepage:
Clone URL: git://github.com/stephencelis/ghi.git
ghi /
name age message
file .gitignore Tue Apr 21 21:43:32 -0700 2009 The basics. [stephencelis]
file History.rdoc Loading commit data...
file MIT-LICENSE Tue Apr 21 21:43:32 -0700 2009 The basics. [stephencelis]
file Manifest.txt Tue Apr 21 21:43:32 -0700 2009 The basics. [stephencelis]
file README.rdoc
directory bin/
file ghi.gemspec
directory lib/
directory spec/
README.rdoc

ghi

github.com/stephencelis/ghi

GitHub Issues on the command line. Use your `$EDITOR`, not your browser.

HOW?

Get:

  % gem install stephencelis-ghi --source=http://gems.github.com

Set (github.com/blog/180-local-github-config):

  % git config --global github.user username
  % git config --global github.token 6ef8395fecf207165f1a82178ae1b984

Go:

  % ghi
  Usage: ghi [options]
      -l, --list, --show [number]
      -o, --open, --reopen [number]
      -c, --closed, --close [number]
      -e, --edit [number]