5 ms·
Ask HN: What kind of TUI would you use if it existed?
- JohnFen 11mo agoI don't understand the question, or maybe it's far too broad? Lots of TUIs exist.
- mootoday 11mo agoMy bad, I'm looking for TUI ideas to build to learn Ratatui :). Is there anything you'd like to do in a TUI but can't find a TUI that does it?
- JohnFen 11mo agoAh, I see. That makes more sense. When I want to implement a TUI, I just write it myself (usually by modifying my own preexisting code) rather than use an external tool. So there isn't anything I'd like to do that I can't do. But that's not really helpful to you, sorry.
- Redster 11mo agoIs there a good GTD Project/To-Do TUI? And yes, I know you can do this in emacs. :) Edit: I thought of another search term after commenting and found this: https://github.com/danimelchor/todui https://github.com/danimelchor/todui, which I haven't played around with yet, but looks pretty close, as long as it does a good enough job pulling in the to-dos across files+folders.
- mootoday 11mo agoOoooh... you just gave me an idea :). A TUI for http://todotxt.org/ http://todotxt.org/. That way, there's no lock-in and people can easily use their existing todo.txt to try the TUI. I'm looking for a TUI idea to explore Ratatui, so maybe this is it right here!
- eMPee584 10mo agoA block-based visualization of live I/O traffic, like `pagemon -a` does for process memory..