Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemokemo/redget
A simple Redmine API client tool to get a issue's description.
https://github.com/kemokemo/redget
cli go golang redmine-client
Last synced: 1 day ago
JSON representation
A simple Redmine API client tool to get a issue's description.
- Host: GitHub
- URL: https://github.com/kemokemo/redget
- Owner: kemokemo
- License: mit
- Created: 2020-08-13T04:52:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T15:24:34.000Z (over 1 year ago)
- Last Synced: 2024-06-21T04:50:59.353Z (5 months ago)
- Topics: cli, go, golang, redmine-client
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redget
A simple Redmine API client tool to get a issue's description.
## Install
### Homebrew
```sh
brew install kemokemo/tap/redget
```### Scoop
First, add my scoop-bucket.
```sh
scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.git
```Next, install this app by running the following.
```sh
scoop install redget
```### Binary
Get the latest version from [the release page](https://github.com/kemokemo/redget/releases/latest), and download the archive file for your operating system/architecture. Unpack the archive, and put the binary somewhere in your `$PATH`.
## Preparation
Please set the two `env` below:
- `REDMINE_URL`: the root URL of the Redmine
- `REDMINE_KEY`: the API access key of the above Redmine## Usage
```sh
$ redget -n 12345
# you can get the description of the issue #12345 here.
```