Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 621 Bytes

bdaylog-rs

screenshot

a dead-simple tool made for myself to list birthdays, as i'm exceptionally bad at remembering them.

usage

list - lists all birthdays
add - add new birthday
update - update birthday details
delete - delete a birthday

today - check if there's a birthday today
search - search a birthday
help - print this text

build instructions

$ cargo build --release
# binary will be in target/release

dependencies