Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rostimelk/linear-branch-matcher

Display the linear issue that matches the current branch name in the terminal
https://github.com/rostimelk/linear-branch-matcher

Last synced: about 1 month ago
JSON representation

Display the linear issue that matches the current branch name in the terminal

Awesome Lists containing this project

README

        

# Linear branch matcher

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

![Screenshot](https://github.com/RostiMelk/linear-branch-matcher/assets/25268506/7c133e85-7546-4528-8503-001abba93c8b)

## Installation

### Add api key

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

```bash
export LINEAR_API_KEY="your_api_key"
```

Get your api key from [here](https://linear.app/settings/api)

### Install the script

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