?? ARTH - Task 1 ??
Parth Sharma
Salesforce Developer | Salesforce Certified AI Associate | Salesforce Certified AI Specialist | Apex | Lightning Flows | LWC | Triggers | Integration
Task Description1.1 ??
??? Create a blog/article/video/document about explaining various options for zenity with output screenshots
About zenity
NAME
? ? ? ?zenity - display GTK+ dialogs
SYNOPSIS
? ? ? ?zenity [options]
DESCRIPTION
? ? ? ?zenity? is a program that will display GTK+ dialogs, and return
? ? ? ?(either in the return code, or on standard? output)? the? users
? ? ? ?input.? This? allows? you? to? present information, and ask for
? ? ? ?information from the user, from all manner of shell scripts.
? ? ? ?For example, zenity --question will return either 0,? 1? or? 5,
? ? ? ?depending on whether the user pressed OK, Cancel or timeout has
? ? ? ?been reached. zenity --entry will? output? on? standard? output
? ? ? ?what the user typed into the text entry field.
? ? ? ?Comprehensive? documentation? is? available? in? the GNOME Help
? ? ? ?Browser.
OPTIONS
? ? ? ?This program follows the usual GNU command? line? syntax,? with
? ? ? ?long options starting with two dashes (`-').
? ? ? ?Dialog options
? ? ? ?--calendar
? ? ? ? ? ? ? Display calendar dialog
? ? ? ?--entry
? ? ? ? ? ? ? Display text entry dialog
? ? ? ?--error
? ? ? ? ? ? ? Display error dialog
? ? ? ?--file-selection
? ? ? ? ? ? ? Display file selection dialog
? ? ? ?--info
Display info dialog
?--list
Display list dialog
?--notification
Display notification
? ? ? ? ? ? ?
OPTION
? ? ? ?This program follows the usual GNU command? line? syntax,? with
? ? ? ?long options starting with two dashes (`-').
? ? ? ?Dialog options
? ? ? ?--calendar
? ? ? ? ? ? ? Display calendar dialog
? ? ? ?--entry
? ? ? ? ? ? ? Display text entry dialog
? ? ? ?--error
? ? ? ? ? ? ? Display error dialog
? ? ? ?--file-selection
? ? ? ? ? ? ? Display file selection dialog
? ? ? ?--info Display info dialog
? ? ? ?--list Display list dialog
? ? ? ?--notification
? ? ? ? ? ? ? Display notificationS
领英推荐
Text entry option
? ? ? ?--text=STRING
? ? ? ? ? ? ? Set the dialog text
? ? ? ?--entry-text=STRING
? ? ? ? ? ? ? Set the entry text
? ? ? ?--hide-text
? ? ? ? ? ? ? Hide the entry text
? ? ? ?Error options
? ? ? ?--text=STRING
? ? ? ? ? ? ? Set the dialog text
? ? ? ?--no-wrap
? ? ? ? ? ? ? Do not enable text wrapping
? ? ? ?--no-markup
? ? ? ? ? ? ? Do not enable pango markup
? ? ? ?
Some performed zenity commands-
Like this, we can perform various options or combinations of options and text options to get the desired output.