rv178 / bday

CLI tool for tracking birthdays
MIT License
48 stars 3 forks source link

Add birthday reminder #6

Open mikjori opened 2 years ago

mikjori commented 2 years ago

Would it be possible to implement some kind of birthday reminder whenever you boot up your PC? Like a notification on startup or something similar.

rv178 commented 2 years ago

Yep that is possible. It does have a bday td command which shows today's birthdays. Maybe I could add a command runner to it aswell?

mb6ockatf commented 2 years ago

You can just add bday td to your .bashrc, or to your prompt. If you want a some kind of graphical reminder, then it really depends on OS, isn't it?

rv178 commented 2 years ago

You can just add bday td to your .bashrc, or to your prompt. If you want a some kind of graphical reminder, then it really depends on OS, isn't it?

yeah

rv178 commented 2 years ago

I was thinking of adding a command runner but I think it would be bloat? not sure.