Skip to content

andyscott/git-linear

Repository files navigation

git-linear

Work with your Linear tickets from the command line.

Usage

git-linear branch

This command will open an interactive UI (using fzf) where you can select from the Linear tickets assigned to you. Selecting a ticket will automatically check out the corresponding branch in Git.

git-linear branch screenshot

git-linear open

Opens your browser and navigates to the Linear ticket page for the current branch's issue.

Installation

You will first need to ensure you have fzf installed.

Additionally, you need to generate a Linear API token and save it in the ~/.linear_token file. You can create new tokens from your user settings page.

With Go:

go install github.com/andyscott/git-linear/cmd/git-linear@latest

With Nix: details coming soon...

About

Work with your https://linear.app/ tickets from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published