Ask HN: What kind of TUI would you use if it existed?

1 pointsposted 6 hours ago
by mootoday

Item id: 45835190

5 Comments

Redster

5 hours ago

Is 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, 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

an hour ago

Ooooh... you just gave me an idea :). A TUI for 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!

JohnFen

5 hours ago

I don't understand the question, or maybe it's far too broad? Lots of TUIs exist.

mootoday

an hour ago

My 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

14 minutes ago

Ah, 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.