Pages

2008-07-09

GUI scripting with Zenity

"Zenity is a tool that allows you to create GUI prompts for shell scripts. Similar to the dialog tool, which creates nice “graphical” text interfaces for the CLI, Zenity creates GUI widgets and windows that can be used in a shell script." 
e.g.
zenity --error --text=”An error occurred\!” --title=”Warning\!”

No comments: