Hacker News new | ask | show | jobs
by ethanpil 2672 days ago
FYI, not exactly the same, but Dialog is an excellent tool for creating ncurses based GUIs for shell scripts...

http://www.unixcl.com/2009/12/linux-dialog-utility-short-tut...

1 comments

Gee, this is legit. Gave me some insights. Thanks a lot :)!
if you want to use python together with dialog to build cli menus, i recommend using http://pythondialog.sourceforge.net/doc/. i've been using it for a project at work and it's very nice!
seems like this isn't maintained?