Fork of the Unix cal (ncal) command with ncurses that supports picking a date.
Go to file
Kartik K. Agaram 8458d95e8f doc tweaks 2022-02-17 14:46:26 -08:00
Makefile start using ncurses 2022-02-15 17:04:10 -08:00
README.md doc tweaks 2022-02-17 14:46:26 -08:00
calendar.3 from bsdmainutils 11.1.2ubuntu3 2022-02-15 14:39:30 -08:00
calendar.c from bsdmainutils 11.1.2ubuntu3 2022-02-15 14:39:30 -08:00
calendar.h from bsdmainutils 11.1.2ubuntu3 2022-02-15 14:39:30 -08:00
config.mk make ncal subdirectory self-sufficient 2022-02-15 14:39:58 -08:00
easter.c from bsdmainutils 11.1.2ubuntu3 2022-02-15 14:39:30 -08:00
freebsd.h make ncal subdirectory self-sufficient 2022-02-15 14:39:58 -08:00
ncal.1 disable -h 2022-02-15 16:40:06 -08:00
ncal.c doc tweaks 2022-02-17 14:46:26 -08:00

README.md

Fork of the unix cal command (from https://packages.ubuntu.com/focal/bsdmainutils) that acts as an interactive date picker.

Build

sudo apt build-dep bsdmainutils
make

Known issues

Cursor can be moved out of the visible calendar.