LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Simple / quick GUI on the command line ? (https://www.linuxquestions.org/questions/programming-9/simple-quick-gui-on-the-command-line-274315/)

michael_util 01-05-2005 04:26 PM

Simple / quick GUI on the command line ?
 
Hello,

I want to make a little app that gets run from the command line of a Linux box. I would like to make this app presentable and contain a GUI.

The app also needs to be able to run local system commands.

I was looking at dialog but it does not offer what I want ...

I thought using links with -g would be good ... the app could be web based ... but I can not run system commands locally then ... which is a must.

Any ideas ...

Michael.

david_ross 01-05-2005 04:57 PM

You probably want to use something like gtk:
http://www.gtk.org/

michael_util 01-05-2005 04:58 PM

Thanks for the reply ...

I though GTK only worked in X-windows ... this app is strictly run from the console.

Michael.

david_ross 01-05-2005 05:08 PM

Ah, sorry I see what you mean now for use in a terminal ncurses is probably best:
http://www.gnu.org/software/ncurses/ncurses.html


All times are GMT -5. The time now is 01:04 AM.