| Crates.io | jirust |
| lib.rs | jirust |
| version | 1.2.1 |
| created_at | 2023-05-06 18:19:41.707511+00 |
| updated_at | 2024-05-29 04:23:27.149333+00 |
| description | A JIRA terminal user interface |
| homepage | https://github.com/Code-Militia/jirust |
| repository | https://github.com/Code-Militia/jirust |
| max_upload_size | |
| id | 858683 |
| size | 375,928 |
A terminal UI for jira written in rust.
An application with developers and engineers in mind. It is solely focused on updating tickets at the moment.

https://github.com/moali87/jirust/assets/7011993/f3286c68-5dc8-4e90-a43c-a428215b6d96
make sure you have Rust installed. See https://www.rust-lang.org/tools/install
Run cargo install jirust
You will need a config file in $HOME/.config/jirust/config.toml. Please look at the sample.toml for its contents.
Instead of specifying api_key in config.toml, you can instead set the JIRA_API_KEY environment variable.
I've been copying a lot of gobang project. This wouldn't have been possible if it wasn't for that project. Thank you.