gdialog
Display graphical dialog boxes from shell scripts
Install
- All systems
-
curl cmd.cat/gdialog.sh
- Debian
-
apt-get install zenity
- Ubuntu
-
apt-get install zenity
- Alpine
-
apk add zenity
- Arch Linux
-
pacman -S zenity
- Kali Linux
-
apt-get install zenity
- CentOS
-
yum install zenity
- Fedora
-
dnf install zenity
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zenity
- OS X
-
brew install zenity
- Raspbian
-
apt-get install zenity
- Dockerfile
- dockerfile.run/gdialog
- Docker
-
docker run cmd.cat/gdialog gdialog
powered by Commando
zenity
Display graphical dialog boxes from shell scripts
Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. Zenity includes a gdialog wrapper script so that it can be used with legacy scripts.