Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Zenity

shell tool #zenity #bash #shell #linux #gui

When you need a simple dialog to get input from a user or display information in a GUI dialog box, zenity is a great tool. It allows shell scripts to interact with users through various types of dialogs.

zenity --info --text="Merge complete. Updated 3 of 10 files."

zenity-ss