zenity dialog box

Table of Contents

zenity is a bash utility that displays pop-up dialog box in linux

export date=$(zenity --calendar --text="Select below you birthday!")
echo $date

1. use

Backlinks

linux

linux (GNU/linux) is a unix-like operating system, where:

  • linux(linux-libre) kernel

is necessarily present, and:

  • unix-like shell (bash,zsh,fish,sh)
  • FOSS software/content (with GPL, APEX, MIT, CC)

are very likely to be present.

Author: Linfeng He

Created: 2024-04-05 Fri 02:39