Tag Archive for 'applescript'

Do you have way too many flagged items in Google Reader?

Do you use NetNewsWire?

If so, maybe you can use this script. It finds all the items you’ve flagged that are older than 6 months old and unflags them. Seriously dude… you aren’t going to ever go back and read that shit.

set dateLimit to (current date) – (180 * days) tell application “NetNewsWire” set [...]