Shows calendar events on terminal using .ics
file format.
I use this for birthdays. Shows all birthdays on current day and next 7 days.
# command: bdays
# Sample output
-----
TODAY
-----
> AOE's Birthday
--------
TOMORROW
--------
> Definitive Edition's Birthday
--------
UPCOMING
--------
1 day | Dave's Birthday
2 days | T90 official's Birthday
2 days | Memb's Birthday
3 days | Daniela's Birthday
6 days | Lidakor's Birthday
- need to have a calendar
cal.ics
file in your $HOME directory. I have only tested calendar file exported from outlook - need to have rust with cargo installed
- run
cargo build --release
to produce binary and copy to path - run
bdays
in a terminal