Skip to content

Instantly share code, notes, and snippets.

@kneath
Created November 17, 2008 02:38
Show Gist options
  • Save kneath/25639 to your computer and use it in GitHub Desktop.
Save kneath/25639 to your computer and use it in GitHub Desktop.
-- Quicksilver script to post your status to XTT via xttc (http://github.com/jnewland/xttc/tree/master)
-- Put into ~/Library/Application Support/Quicksilver/Actions, enable scripts, relaunch QS
-- To activate, start quicksilver type . (period), enter your status, tab over and type 'tt' and press enter
using terms from application "Quicksilver"
on process text tt
set xtt_status to quoted form of (tt)
set results to do shell script "xttc " & xtt_status
-- display dialog results
return nothing
end process text
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment