Ask HN: What kind of TUI would you use if it existed?
No synthesized answer yet. Check the discussion below.
Is there anything you'd like to do in a TUI but can't find a TUI that does it?
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.
Edit: I thought of another search term after commenting and found this: 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.
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!