Skip to content
/ gomine Public

gomine is command line tool for Redmine ticket viewer

License

Notifications You must be signed in to change notification settings

hlts2/gomine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomine

gomine is command line tool for Redmine ticket viewer.

Install

go get github.com/hlts2/gomine

Settings

Create a config.yaml

Windows

C:\> type nul > C:\Users\<username>\AppData\.config\gomine\config.yaml

Unix

$ touch ~/.config/gomine/config.yaml

Enter your Redmine config

url: <Redmine URL>
apikey: <Redmine APIKEY>

CLI Usage

$ gomine --help
Usage:
  gomine [command]

Available Commands:
  cat         Show "issues", "projects", "memberships" details of Redmine
  help        Help about any command
  ls          List "issues", "projects", "memberships" of Redmine

Flags:
  -h, --help   help for gomine
$ gomine ls
gomine ls <option> <arguments>

Issues Command:
  ls    listing issues
        $ gomine ls i

        filtered listing issues
        $ gomine ls -f <filter word> i

Projects Command:
  ls    listing projects
        $ gomine ls p

        filtered listing projects
        $ gomine ls -f <filter word> p

Flags:
  -f filter the list
$ gomine cat
gomine cat <option> <arguments>

Issues Command:
  cat   show given issue
        $ gomine cat -n 10078 i

Projects Command:
  cat   show given project
        $ gomine cat -n 1 p

Memberships Command:
  cat   show memberships of given project
        $ gomine cat -n 1 m

About

gomine is command line tool for Redmine ticket viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages