Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 2.98 KB

File metadata and controls

95 lines (66 loc) · 2.98 KB

gojeera

Important

This project is under active development!

gojeera interface

A Text User Interface (TUI) for interacting with Atlassian Jira directly from terminal.

Introduction

gojeera is a fork of https://github.com/whyisdifficult/jiratui.

gojeera is built using the Textual and Rich frameworks.

It supports the Jira Cloud Platform REST API v3.

Installation

The recommended way to install the application is via uv:

uv tool install git+https://github.com/vkhitrin/gojeera

Alternatively, you can install it using pip:

pip install git+https://github.com/vkhitrin/gojeera

Or pipx:

pipx install git+https://github.com/vkhitrin/gojeera

After installing the package, you can run the CLI tool with the following command:

gojeera --help

This will show you the available commands for the CLI tool

$ gojeera --help
Usage: gojeera [OPTIONS] COMMAND [ARGS]...

  Launches gojeera.

Options:
  -p, --project-key TEXT          A case-sensitive Jira project key.
  -w, --work-item-key TEXT        A case-sensitive work item key.
  -u, --assignee TEXT             A Jira user display name or account ID to
                                  pre-select in the assignee dropdown.
  -j, --jql-filter TEXT           The label of a JQL filter query to load on
                                  startup, as defined in the config.
  -t, --theme TEXT                The name of the theme to use.
  --search-on-startup             Trigger search automatically when the UI
                                  starts.
  -f, --focus-item-on-startup INTEGER
                                  Focus and open the work item at the
                                  specified position on startup. Requires
                                  --search-on-startup.
  --profile TEXT                  The authentication profile to use for this
                                  invocation.
  --version                       Show the version of the tool.
  --help                          Show this message and exit.

Commands:
  auth  Manage Jira secrets in the operating system secret store.

Usage

Visit usage.md.

Configuration

Visit configuration.md.

Acknowledgments

@whyisdifficult and the various contributors to https://github.com/whyisdifficult/jiratui.

Similar and Complementing Projects