Jira without leaving your terminal.

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.

terminal

                    
                

SELECT

Interactive issue selection from your assigned tasks

jcli issue select

TRACK

Current issue tracking persists across sessions

jcli issue current

BRANCH

Smart branch names from issue key and summary

jcli issue branch

Get Started

# 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/

Daily Workflow

1

Start your day by selecting an issue

jcli issue select
2

Create a branch for your work

git checkout -b $(jcli issue branch)
3

Check your current issue anytime

jcli issue current