Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/grtk
Set of convenience scripts that allows developers to interact with redmine from CLI
https://github.com/tchx84/grtk
Last synced: about 1 month ago
JSON representation
Set of convenience scripts that allows developers to interact with redmine from CLI
- Host: GitHub
- URL: https://github.com/tchx84/grtk
- Owner: tchx84
- Created: 2013-08-28T20:58:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-04T01:23:30.000Z (over 11 years ago)
- Last Synced: 2024-10-15T23:35:19.778Z (3 months ago)
- Language: Python
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## git-redmine toolkit
grtk contains a set of convenience scripts that allows developers to
interact with redmine from CLI.### Features
* send patches to redmine.
* fetch patches from a given issue.
* merge patches from a given issue.
* report spent time on issues.### Installation
* $cd /some/place/
* $git clone https://github.com/tchx84/grtk.git
* $mkdir ~/.grtk/
* $cp /some/place/grtk/etc/config.example ~/.grtk/config
* $vim ~/.grtk/config #change it properly### Make it easy to use
* $vim ~/.bashrc
* add these lines:alias gfetch=/some/place/grtk/fetch.py
alias gmerge=/some/place/grtk/merge.pyalias gsend=/some/place/grtk/send.py
alias gspent=/some/place/grtk/spent.py
### Development
* if you ever find this useful, feel free to extend it and send a pull request!