14 releases

0.3.10 May 22, 2023
0.3.9 May 22, 2023
0.3.7 Apr 16, 2023
0.3.1 Mar 31, 2023
0.1.2 Mar 17, 2023

#955 in Command line utilities

Download history 1/week @ 2024-02-20 4/week @ 2024-02-27 15/week @ 2024-03-26 39/week @ 2024-04-02

54 downloads per month

MIT/Apache

39KB
1K SLoC

Jira CLI in rust

A cli that group jira and github together in a beatiful workflow 🦄.

Usage

  1. To install (In the future we'll have releases with pre built binaries)
cargo install jirarust
  1. Run jirarust config-set and ask all the prompts.

  2. Just be happy 🎉

jirarust --help

Tip: Alias jirarust to jira for easier usage in your config.

Shell completion

Replace zsh with your shell of choice and the write path to where you keep the completions.

jirarust --generate=zsh > ~/.zsh/functions/_jirarust

Requirements

Goals

  • Fix build github action to release pre built binaries for different platforms
  • Add tests
  • Add documentation
  • Add commands to view description of a card
  • Add commands to move through other columns like (homol, done, etc)
  • Make transition object less personal(today the number only works for my jira board I think)

Dependencies

~18–28MB
~257K SLoC