lt

Crates.iolt
lib.rslt
version0.0.10
created_at2025-06-08 22:29:56.558932+00
updated_at2025-07-17 02:28:55.967844+00
descriptionAn unofficial TUI client for Linear.app issues
homepagehttps://github.com/markmarkoh/lt
repositoryhttps://github.com/markmarkoh/lt
max_upload_size
id1705311
size780,665
Mark DiMarco (markmarkoh)

documentation

README

lt (ell-tee)

lt is a simple TUI application to view issues from linear.app, for those of us still in love with the terminal. lt is read-only at the moment.

Basic intro page for lt Search results activated lt on a light themed terminal

Crate Status

Features

  • View "My Issues", and the issue description, project, priority, status, tags, assignee, creator
  • Press y to yank (copy) the git branch name to the clipboard
  • Press o to open the full issue in Linear desktop or web, whichever you have installed.
  • New in 0.0.4: View switcher (Tab/Shift+Tab) - switch between custom views as defined in your Linear app
  • New in 0.0.6: Now available to install view Homebrew (see Installation)
  • New in 0.0.7: Search issues (/) - search all issues by simple search term
  • New in 0.0.9: Much better color schemes for light and dark themed terminals

Planned Features

  • Faster loading via cacheing

  • Richer markdown presentation

  • Brew/Packager Manager installation improvements

Installation

Requirements:

  • Modern terminal like kitty, Ghostty, iTerm2
  • A Nerdfont installed
  • A LINEAR_API_TOKEN environment variable

Homebrew (Mac)

brew tap markmarkoh/lt
brew install lt

Cargo
You can install lt using cargo on any OS:

  cargo install lt

Or build from source:

git clone https://github.com/markmarkoh/lt
cd lt
cargo build --release
./target/release/lt

Demo

2025-07-12 10 35 25

Commit count: 23

cargo fmt