Birthday tracker.
Bday is available in the AUR (bday-git).
You can compile it using cargo
or install baker and compile it like this:
bake setup
bake
A binary will be copied to ./bin/bday
bday list
or
bday ls
- Birthday should be in
day-month-year
format. eg:17-08-2006
bday add [name] [birthday]
bday rm [id]