Anyone knows a todo/reminder tool which I can use from the command line and can send out E-Mails?
I am looking tools similar to `cal`, the calendar tool inlcuded in the #OpenBSD base system, which is E-Mailing me when an event takes place.
Anyone knows a todo/reminder tool which I can use from the command line and can send out E-Mails?
I am looking tools similar to `cal`, the calendar tool inlcuded in the #OpenBSD base system, which is E-Mailing me when an event takes place.
@snonux why do you need to send out emails from it? Can't you just send an email with the event attached?
I synchronize caldav with vdirsyncer.
On Android I use "Tasks", on Linux I wrote my own shell scripts (most would use something like todoman I guess).
@Anachron Yes, some rudimentary E-Mail would be good! For now, I use Taskwarrior on my Linux laptop, and I sync my Taskwarrior DB to my OpenBSD VM , where I have a line in my daily.local script, which gets executed once daily and presents me upcoming events via the daily output E-Mail! That's enough for me :-) :-) #kiss
I could also use NextCloud cal, and get notifications to my GNOME desktop when an event happens. That might be more convenient, but I like to tinker for fun :-).