Select issues. Track work. Generate branches. Stay in flow.
go install github.com/tutunak/jcli@latest
Every browser tab is a broken promise.
Open Jira. Find the ticket. Copy the key.
Switch back. Remember what you were doing.
Interactive issue selection from your assigned tasks
jcli issue select
Current issue tracking persists across sessions
jcli issue current
Smart branch names from issue key and summary
jcli issue branch
# Install jcli
go install github.com/tutunak/jcli@latest
# Configure your Jira credentials
jcli config credentials
# Set your default project
jcli config project MYPROJ
# Clone the repository
git clone https://github.com/tutunak/jcli.git
cd jcli
# Build and install
make build
mv jcli /usr/local/bin/
Start your day by selecting an issue
jcli issue select
Create a branch for your work
git checkout -b $(jcli issue branch)
Check your current issue anytime
jcli issue current