https://github.com/markmarkoh/lt
An unofficial TUI application to view & interact with Linear.app issues
https://github.com/markmarkoh/lt
issues linear tui
Last synced: 11 days ago
JSON representation
An unofficial TUI application to view & interact with Linear.app issues
- Host: GitHub
- URL: https://github.com/markmarkoh/lt
- Owner: markmarkoh
- License: mit
- Created: 2025-06-03T03:42:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T21:53:57.000Z (8 months ago)
- Last Synced: 2025-10-13T09:17:50.310Z (5 months ago)
- Topics: issues, linear, tui
- Language: Rust
- Homepage:
- Size: 158 KB
- Stars: 42
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - lt - An unofficial TUI client for Linear.app. (💻 Apps / 🚀 Productivity and Utilities)
README
# `lt` (ell-tee)
`lt` is a simple TUI application to view issues from [linear.app](https://linear.app/), for those of us still in love with the terminal. `lt` is read-only at the moment.

[](https://crates.io/crates/lt)
### 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
* [Generate API token here](https://linear.app/settings/account/security)
**Homebrew (Mac)**
```bash
brew tap markmarkoh/lt
brew install lt
```
**Cargo**
You can install `lt` using cargo on any OS:
```bash
cargo install lt
```
Or build from source:
```bash
git clone https://github.com/markmarkoh/lt
cd lt
cargo build --release
./target/release/lt
```
## Demo
