https://github.com/schultyy/monotes
https://github.com/schultyy/monotes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/schultyy/monotes
- Owner: schultyy
- License: mit
- Created: 2014-08-17T16:48:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T16:40:04.000Z (almost 12 years ago)
- Last Synced: 2025-04-06T23:35:29.476Z (about 1 year ago)
- Language: Ruby
- Size: 360 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/schultyy/monotes)
[](https://codeclimate.com/github/schultyy/monotes)
# Monotes
Monotes is a GitHub Issues commandline client.
## Installation
Add this line to your application's Gemfile:
gem 'monotes'
And then execute:
$ bundle
Or install it yourself as:
$ gem install monotes
## Usage
### Login to GitHub
```bash
$ monotes login
Username:
Password:
```
### Login with Two-Factor Authentication
```bash
$ monotes login
Username:
Password:
Your 2FA token:
```
### Download issues for repository
```bash
$ monotes download 'schultyy/monotes'
```
### Browse downloaded issues
```bash
$ monotes show 'schultyy/monotes'
```
### Create a new issue
```bash
$ monotes create 'schultyy/monotes'
```
Then `vim` opens and you can insert your issue content in markdown. When
you save and quit, the issue gets created.
### Push issues
```bash
$ monotes push 'schultyy/monotes'
```
## Contributing
1. Fork it ( https://github.com/[my-github-username]/monotes/fork )
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 a new Pull Request