Remix.run Logo
danielvaughn 4 days ago

I want this but for Linear

dimarco 4 days ago | parent [-]

https://github.com/markmarkoh/lt

I wrote lt as a TUI for navigating/searching Linear issues. It is read-only right now.

danielvaughn 4 days ago | parent [-]

Very cool! Thanks for sharing. I've never written Rust but I've heard of ratatui - how do you like it?

dimarco 3 days ago | parent [-]

Rust is a joy to work with 85% of the time. Ratatui was a fun and easy way to get a TUI up and running.