Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 571 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 571 Bytes

Linear branch matcher

Display the linear issue that matches the current branch name in the terminal, if any.

Screenshot

Installation

Add api key

Add this line to your .zprofile, .bash_profile etc.

export LINEAR_API_KEY="your_api_key"

Get your api key from here

Install the script

curl -fsSL https://raw.githubusercontent.com/RostiMelk/linear-branch-matcher/master/install.sh | bash