Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halogenandtoast/octocat

A simple command-line tool for GitHub
https://github.com/halogenandtoast/octocat

Last synced: 3 months ago
JSON representation

A simple command-line tool for GitHub

Awesome Lists containing this project

README

        

# 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