kneath (owner)

Revisions

gist: 25639 Download_button fork
public
Public Clone URL: git://gist.github.com/25639.git
Embed All Files: show embed
tt.scpt #
1
2
3
4
5
6
7
8
9
10
11
-- 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