Views:
58,747
Votes: 6
Tags:
command-line
calendar
yad
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/895530
Title:
Is there a command to display a Calendar in the terminal?
ID:
/2017/03/22/Is-there-a-command-to-display-a-Calendar-in-the-terminal_
Created:
March 22, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Programmable Calendars
Although these are GUI calendars you can still call them from the terminal. They allow you to navigate through the months and years. They are designed to be called from your Bash scripts but like all Bash commands you can call them from the terminal too.
YAD
(Yet Another Dialog) super-charged fork of Zenity
Zenity
GUI fork of text-based dialog
Do not be concerned by the Gtk warning message. You see that a lot when running GUI programs from the terminal. eg. gedit
and nautilus
display similar warnings.