Octocat :octocat:

An OSX command line tool for GitHub

Installation

Octocat is OSX specific due to its relience on the credential-osxkeychain. You'll need to setup credential-osxkeychain correctly.

If you have GitHub 2FA enabled, you'll want to generate a Personal Access Token.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request