Brett, your Scrivener solution is exactly what I've been trying to write for myself. Only difference is that you were way faster. Thanks.
Great, thanks Simon! I built a couple of wrappers for the watchers this morning that could be launched and quit via finder/Quicksilver/LaunchBar/Alfred, I'll publish those once I pretty them up a little. The Scrivener one is proving to be more difficult, it doesn't want to handle dropped files, but I'll get it :).
Hi Brett, That you for this beautiful nerdery. Could you possibly tell me how I can put a permanent, self updating calendar on my desktop.? Do you know of any app? Any script?
Thanks a million
Claude
Just a calendar, or one with your appointments on it? There are a couple of apps to go either way, or you can use icalbuddy on the command line to output various event lists and todo items to GeekTool...
Nothing fancy, just so I don't have to start iCal to see what date is next Thursday!!!
Thanks a zil
Check out Dateline. You can also use the UNIX command calendar
and output it to GeekTool. You can even highlight the current day if you're feeling Nerdy. Dateline is a pretty good way to see upcoming dates easily, though.
load more (1 remarks)
I whipped up bash versions of the NV and MarsEdit scripts: git.io/markedwatcher. I might add more scripts to the gist later, but probably not. Having to manually run a background process and wait multiple seconds for changes to show up just feels too hacky.
BTW, sudo opensnoop -n process_name
works as well.