Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/halogenandtoast/octocat
- Owner: halogenandtoast
- License: mit
- Created: 2014-03-13T15:00:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-14T13:15:45.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T23:24:22.331Z (almost 2 years ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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