As I continue my attempts to increase my daily efficiency, I wanted to be able to post tweets through LaunchBar. There are numerous scripts that accomplish this. I found one that was almost what I was looking for.1 The only thing missing was the ability to automatically shorten URLs. You can find the resulting script [...]
Entries Tagged as 'Applescript'
Integrating The Hit List with Mail.app
March 14th, 2009 · View Comments · Mac
Here’s a simple Applescript program to create The Hit List tasks from Mail.app mail messages. It will create them in the Hit List Inbox with a start date and notes taken from the body of the mail message.
tell application "Mail"
try
set theSelection to the selection
if the length of theSelection is less than 1 then error "One [...]
Tags:Applescript·Hit List·Mac
Convert Excel tabs to CSV
November 12th, 2008 · View Comments · Mac
I recently had the need to build data for a client in an Excel spreadsheet. Each tab in the spreadsheet had information that was easily editable by business staff. But the data in each tab had to eventually be processed by a Ruby script for manipulation and eventual insertion into a database.
I’m working on [...]
Tags:Applescript·Mac
