6 releases
Uses new Rust 2024
new 0.0.6 | Jul 5, 2025 |
---|---|
0.0.5 | Jul 3, 2025 |
0.0.3 | Jun 11, 2025 |
#238 in Command line utilities
745 downloads per month
680KB
19K
SLoC
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.
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
Planned Features
- Faster loading via cacheing
- Richer markdown presentation
- Tighter local git integration
- Brew/Packager Manager installation
Installation
Requirements:
- Modern terminal like kitty, Ghostty, iTerm2
- A Nerdfont installed
- A
LINEAR_API_TOKEN
environment variable
Cargo
Currently you can install lt
using cargo:
cargo install lt
Or build from source:
git clone https://github.com/markmarkoh/lt
cd lt
cargo build --release
./target/release/lt
Demo
Dependencies
~22–41MB
~658K SLoC