Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rostimelk/linear-branch-matcher
- Owner: RostiMelk
- Created: 2023-06-22T12:13:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-30T07:52:31.000Z (4 months ago)
- Last Synced: 2024-10-14T09:27:56.063Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```