Zenity.
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."
