Skip to content

nikhilraojl/bdays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage:

  • 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

About

Reads .ics and prints events to terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages