Created
November 17, 2008 02:38
-
-
Save kneath/25639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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