Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 703 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 703 Bytes

birth-hound

A UNIX daemon to keep track and notify you about all the birthdays your pea sized brain can't seem to remember, written in Rust 🦀

To Note

  • I am not a Rustacean by any means (read the LICENSE)
  • Currently, birth-hound works as a standalone program (am currently learning and working on daemonizing it)
  • Commands like add, delete, and edit will be implemented eventually to edit both dates and names

Update

still working on it in between

Note

instead of writing birth-hound as a daemon it makes more sense to write it as a cron job (also async rust is absolutely diabolical)

why? cron jobs are more resource and energy efficient