Author: ab
Things Command Line Tool
So, between AutoPkg and some other tool I am working I have been spending a lot of time in Terminal recently. I have also (once again) tried to organize myself with the GTD app Things from CulturedCode. While I really like the simplicity and design of Things, I also wanted a fast way to add ideas I might have while on the command line and maybe also check off one or the other to do item from the Terminal. In short I wanted a command line tool for things.
Luckily, Things provides an AppleScript interface. So, I just wrote this tool for myself:
I have found it quite useful and fun. Also this is a nice example of writing a command line tool in AppleScript.
How to batch rename files for free
New Automation Features in OS X Mavericks
Great overview on new scripting features in OSX 10.9 Mavericks:
Service to “Make Protected Zip” files
AppleScript XML-RPC
I have used this for few things:
Alerts to Notification Center in Mountain Lion
This could come in useful in many situations.
Enhancing Reminders with AppleScript and Macros
Nice use of AppleScript to enhance Reminders: Enhancing Reminders with AppleScript and Macros.
Opening Finder windows from the Terminal
The open command in Terminal is very powerful.
Opening Finder windows from the Terminal | Der Flounder.
You cant just open files and folders in Finder. You can type
open https://scriptingosx.com
to open a webpage in your default browser. Or
open vnc://hostname
To open a Screen Sharing session to a remote computer.
Use Automator to extract text from PDFs
Simple and (should have been obvious):
Mac 101: Use Automator to extract text from PDFs | TUAW – The Unofficial Apple Weblog.
