Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 989 Bytes

File metadata and controls

49 lines (32 loc) · 989 Bytes

Linear CLI

There are other Linear CLI tools, but this is the only one that wraps fzf. If you like fzf, this is the one for you.

  • View issues sorted by modified date
  • Open issue in browser
  • Copy issue URL
  • Copy branch name
demo_video.mp4

Install

npm install -g linear-select-issue-cli

Note: fzf must be installed. Install it with brew install fzf.

Usage

Run the command and follow the OAuth prompt to log in:

linear-cli
# OR
npx linear-select-issue-cli

Features

  1. View Linear issues
  2. Select an issue and take an action:
    • Copy the branch name to the clipboard
    • Open the issue in the browser
    • Copy the issue URL to the clipboard

Development

npm run dev