lin-cli 0.1.0

A fast CLI for Linear
lin-cli-0.1.0 is not a library.

lin

A fast CLI for Linear.

Install

Homebrew (macOS & Linux)

brew install sprouted-dev/tap/lin

Cargo

cargo install lin-cli

From source

git clone https://github.com/sprouted-dev/lin.git
cd lin
cargo install --path .

Setup

  1. Create a Linear API key.

  2. Log in:

lin login --token <your-api-key> --name <workspace-name>

Usage

# View an issue
lin issue view LIN-42

# Search issues
lin issue search "bug in auth"

# Create an issue
lin issue create --title "Fix login" --team-id <TEAM_ID>

# List projects
lin project list

# List teams
lin team list

# Switch workspace
lin workspace set my-workspace

Run lin --help for the full command reference.

Contributing

just setup   # configure git hooks
just check   # format, lint, test

License

MIT