Posts Tagged “linux”:

Export Taskwarrior Dates To Remind

I've been playing around with the geeky, efficient, command-line scheduling program [remind](https://www.roaringpenguin.com/products/remind). It's very cool once you get used to it. I wanted to automatically export any duedates from [taskwarrior](https://taskwarrior.org/), so this is what I came up with. ## Export Taskwarrior Dates I found a script that did this (written... [Read More]

Display Your Most Recent Tomboy Note

This is a handy little script I came up with. It displays the most recently modified Tomboy note. This is helpful if, like me, you make pull up a new Tomboy note for something quick and then accidentally close it by hitting *escape* or something. Creating a hot-key for this... [Read More]

Delete Old Uncategorized Tomboy Notes From Cron

I read an [article](https://arstechnica.com/information-technology/2007/09/using-the-tomboy-d-bus-interface/) about using python and dbus to automate some stuff with Tomboy Notes and was inspired to do some coding of my own. ## In a Nutshell Use the code below (and a cron job) to automatically delete Tomboy notes that were last modified more than 30... [Read More]