Experiment with Zenity and explaination of various options for zenity
Amit Sharma
DevOps Engineer | Proficient in Docker, Kubernetes, Jenkins, Terraform, Git-GitHub | Deep Learning Enthusiast | AWS Cloud Enthusiast | Coding in Python & C++ |
Introduction
Zenity?is an open source and a cross-platform application which displays?GTK+ Dialog Boxes?in command-line and using shell scripts.It allows to ask and present information to/from shell in Graphical Boxes. The application lets you create Graphical dialog boxes in command-line and makes the interaction between user and shell very easy.
“ zenity--(options) ”?← This is the format in which zenity command can be used in the terminal of linux along with its options.
Here are some commands which I have tried using Zenity, which are as:
1. zenity--entry :- Display text entry dialog
2. zenity--info :- Display info dialog
3. zenity--error :- Display error dialog
4. zenity--forms :- Display forms dialog
5. zenity--calendar :- Display calendar dialog
6. zenity--color-selection :- Display color-selection dialog
7. zenity--scale :- Display scale dialog
8. zenity--file-selection :-Display file-selection dialog
9. zenity--progress :-Display progress dialog
10. zenity--question :- Display question dialog
11. zenity--password :- Display password dialog
12. zenity--warning :- Display warning blog
13. zenity--about :- Display about dialog
Thank-You :-]
Automation QA| Product Analyst | Tech Enthusiast
3 年Congratulations