0.0
No commit activity in last 3 years
No release in over 3 years
CLI for Redmine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
= 0.49.0

Runtime

~> 0.7
~> 0.7
= 0.1.2
~> 0.19
~> 0.4
 Project Readme

RedmineCLI

Gem Version

Command-Line Interface for Redmine.

Why? Because web-browser + mouse sucks

I hate using Redmine web-interface. All these mouse moves and clicks... This CLI allows me to do some tasks much faster: I read issue descriptions and last comments right in the console.

It doesnt provide much functional so I need to open my browser sometimes, but for most of my tasks it fits well.

Installation

$ gem install redmine_cli

Usage

redmine help
redmine conf init
redmine issue list [user id]
redmine issue show <issue id>
redmine issue update <issue id> --comment --done 80  --status progress --time 00:30
redmine issue create

redmine user find vasya
redmine user find 123
redmine user find pupkin@yet.another.mail.com

redmine project list
redmine project members 1
redmine project members trololo

Don't forget about console aliases! I use something like this:

# ~/.bashrc
#
# alias i='redmine issue'
# by the way, Thor can guess your commands so:

$ i s 123
$ i u --assign 'vasya pupkin'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Nondv/redmine_cli.

License

The gem is available as open source under the terms of the MIT License.