A Linear command line client
Add an organization and token. Your token can be generated in Linear Settings
bash
lnr org add
Create a new issue
bash
lnr issue create
View issue (linked to current branch)
bash
lnr issue view
Edit issue (linked to current branch)
bash
lnr issue edit
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ```
Install lnr
bash
cargo install lnr
Contributions are welcome, be sure to open up an issue first!