Terminal UI for browsing your Jira tasks, built with Ink.
- Install dependencies (Node 24+ required):
npm install
- Create an Atlassian API token at https://id.atlassian.com/manage-profile/security/api-tokens
- Copy the env file and fill it in:
cp .env.example .env # edit .env - Export the variables (or use a loader of your choice):
set -a; source .env; set +a
npm run dev # tsx, no build step
npm run build && npm start↑/↓orj/k— navigate the listenter/→/l— open the selected issueesc/←/h— back to listr— refreshqorctrl+c— quit