kanbars-0.2.0 is not a library.
🦀 KANBARS
Lightning-fast terminal kanban board for JIRA. No more 300MB browser tabs.
Features
- Horizontal swim lanes - only shows lanes with tickets
- Smart text wrapping - maximizes use of terminal width
- Type indicators - 🐛 Bug | 📖 Story | ✓ Task | 🎯 Epic
- Instant - no loading spinners, just your tickets
Quick Start
# Install (simplest method)
# Set credentials (same as ACLI)
# Get from https://id.atlassian.com/manage/api-tokens
# Run
Alternative Installation
# From source
Usage
Press q to quit.
Default Query
Shows tickets where you are the Developer (not just assignee):
developer = currentUser() AND status NOT IN (Done, Shipped, Discontinued, Closed, Hibernate)
Perfect for teams where tickets get reassigned to QA/Product during review.
Config File (Optional)
Create ~/.config/kanbars/config.toml to avoid environment variables:
[]
= "https://yourcompany.atlassian.net"
= "your.email@company.com"
= "your-api-token"
[]
= "your custom default query"
License
MIT