I’m looking for a library or something usable from C/C++ (cross-platform if possible) that does something similar to the program “dialog”, which is/was available on most Linux systems. Basically, I would like a simple menu similar to dialog --menu, but I don’t want to have to write too much code for it. Console-based is fine; does anyone know of such a library?
By the way, does anyone know a good Google shortcut to search for the program “dialog” as opposed to GUI dialog boxes (e.g. “golang” for the Go programming language)? I can’t get “dialog” to produce useful results.
Thanks!
Yad is yet another dialog.
Google this.