calpick/README.md

14 lines
249 B
Markdown
Raw Normal View History

2022-02-17 16:33:16 +00:00
Fork of the unix `cal` command (from https://packages.ubuntu.com/focal/bsdmainutils)
that acts as an interactive date picker.
2022-02-17 07:22:55 +00:00
2022-02-17 16:33:16 +00:00
## Build
2022-02-17 07:22:55 +00:00
```
sudo apt build-dep bsdmainutils
make
```
2022-02-17 16:28:15 +00:00
## Known issues
Cursor can be moved out of the visible calendar.