A simple Redmine API client tool to get a issue's description.
brew install kemokemo/tap/redgetFirst, add my scoop-bucket.
scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.gitNext, install this app by running the following.
scoop install redgetGet the latest version from the release page, and download the archive file for your operating system/architecture. Unpack the archive, and put the binary somewhere in your $PATH.
Please set the two env below:
REDMINE_URL: the root URL of the RedmineREDMINE_KEY: the API access key of the above Redmine
$ redget -n 12345
# you can get the description of the issue #12345 here.