lnr

Build Status codecov Crates.io

A Linear command line client

Examples

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

Installation

Install Rust

```bash

Linux and MacOS

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ```

Install lnr

bash cargo install lnr

Contributing

Contributions are welcome, be sure to open up an issue first!