Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-18 00:24:29 +00:00
parent ce240b2f02
commit 01e38ccf44
9 changed files with 189 additions and 16 deletions

View File

@@ -13,13 +13,13 @@ source: https://github.com/tldr-pages/tldr.git
`zenity --question`
- Display an info dialog displaying the text "Hello!":
- Display an info dialog displaying a message:
`zenity --info --text="{{Hello!}}"`
`zenity --info --text "{{message}}"`
- Display a name/password form and output the data separated by ";":
- Display a name/password form and output the data separated by ";" ("|" by default):
`zenity --forms --add-entry="{{Name}}" --add-password="{{Password}}" --separator="{{;}}"`
`zenity --forms --add-entry "{{name_label}}" --add-password "{{password_label}}" --separator ";"`
- Display a file selection form in which the user can only select directories: