Skip to content
/ bday Public
forked from rv178/bday

CLI tool for tracking birthdays

License

Notifications You must be signed in to change notification settings

mikjori/bday

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bday

Birthday tracker.

Alt

Compiling

Arch Linux

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

Usage

List everyone's birthdays

bday list

or

bday ls

Add a person

  • Birthday should be in day-month-year format. eg: 17-08-2006
bday add [name] [birthday]

Remove a person

bday rm [id]

About

CLI tool for tracking birthdays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.9%
  • Shell 6.1%