0EFB6 / birthday

Birthday tracker, I have no idea what I'm doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bday

Birthday tracker.

Alt

Compiling

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

Birthday tracker, I have no idea what I'm doing


Languages

Language:Rust 100.0%