A very small program to show ICS calenders in the terminal.
- Install pipx
- Run:
pipx install git+https://github.com/tage64/quando # Or from within this directory: pipx install .
The program read an ICS calender from URL.
To show a Calender, just run:
quando show school --url https://...
Quando will remember the URL, so the next time you can just run:
quando show school
Quando has more subcommands to list and remove calenders.
To get a complete list of all of them, run quando --help
.
When reading a calender, quando will store a copy in the local cache. If the URL can't be accessed the next time you try to read the calender, the local copy will be used instead. This ensures you will not be completely lost without an internet connection.