Skip to content

Sepoz/jirando

Repository files navigation

jirando

Terminal UI for browsing your Jira tasks, built with Ink.

Setup

  1. Install dependencies (Node 24+ required):
    npm install
  2. Create an Atlassian API token at https://id.atlassian.com/manage-profile/security/api-tokens
  3. Copy the env file and fill it in:
    cp .env.example .env
    # edit .env
  4. Export the variables (or use a loader of your choice):
    set -a; source .env; set +a

Run

npm run dev          # tsx, no build step
npm run build && npm start

Keys

  • / or j/k — navigate the list
  • enter / / l — open the selected issue
  • esc / / h — back to list
  • r — refresh
  • q or ctrl+c — quit

About

CLI for better Jira viz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors