Open redmine ticket of myself to browser.
If your project use Redmine, you should use this command line tool. This command open your redmine issue in the browser.
You will make tasks clear, by this tool.
- python 3.x
- Mac OS X
- Windows
$ rto
-h, --help show this help message and exit
-a ACTION open is opening issue url in browser, list is printing commandline.default is open
-et open issue of over due time
-p PROJECT_ID open issue of directed project.
$ pip install rto
or
$ pip install git+https://github.com/sassy/rto.git
You must set environment variables, REDMINE_URL and REDMINE_API_KEY.
- REDMINE_URL : redmine url of your project.
- REDMINE_API_KEY : the key to use Redmine REST API.
for example:
export REDMINE_URL="REDMINE URL"
export REDMINE_API_KEY="API KEY"
Wellcome Pull Request.
- Fork it ( http://github.com//rbdock/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request