Time, Attention, and Creative Work. After 4 years and a lot of productivity pr0n, we’re shifting gears. Re-learn how to use 43 Folders. Then back to work. [»]
Time, Attention, and Creative Work. After 4 years and a lot of productivity pr0n, we’re shifting gears. Re-learn how to use 43 Folders. Then back to work. [»]
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Quicksilver: AppleScript to quickly add Entourage Tasks
Merlin Mann | Jun 14 2005
A hacker who wishes to remain anonymous has answered my prayers by creating a modest one-line AppleScript that lets you pipe input from Quicksilver into a new Entourage Task with zero cruft—no Category, no Project, no date, and no reminder. Perfect for fast capture any place, and something I’ve craved for over a year. To install:
To use (just one example):
Jump over to Entourage and you should have a nice new task sitting in your list. Note that the Quicksilver input, as ever, can come from practically anyplace; you can select text in Safari and “Send to Quicksilver” ( Like I say, if you want all the “trimmings,” you should enter Tasks in Entourage as usual, but this is just terrific for capturing stuff quickly without changing modes. A minor godsend as far as I’m concerned. (As ever with all my Quicksilver tips, I’m sure I’ve forgotten some critical element that makes this work on your end; if the Setup guide doesn’t answer your question, post a comment) 23 Comments
POSTED IN:
![]() Springboarding off a springboard, this...Submitted by Scott Palmer (not verified) on June 16, 2005 - 4:18am.
Springboarding off a springboard, this script automatically sets a due date and a reminder of one day from now for your task in iCal. This helps me keep track, and won’t let me toss it in and forget it. I have 2 scripts, one that sets the reminder and one that doesn’t. using terms from application “Quicksilver” on process text t tell application “iCal” set cal to (item 1 of (every calendar whose writable is true)) set newTodo to make new todo at the end of todos of cal tell newTodo set summary to t set due date to current date set myReminder to make new display alarm at the end of display alarms of newTodo tell myReminder set trigger date to ((current date) + 86400) end tell end tell end tell end process text end using terms from » POSTED IN:
|
|
| EXPLORE 43Folders | THE GOOD STUFF |