Hacker News new | ask | show | jobs
by dimarco 276 days ago
https://github.com/markmarkoh/lt

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

1 comments

Very cool! Thanks for sharing. I've never written Rust but I've heard of ratatui - how do you like it?
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.