Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 629 Bytes

RTM via LaunchBar

Usage

YOUR API KEY
YOUR SHARED SECRET
  • Place the file to where you think you should.
  • Create an AppleScript like:
on handle_string(message)
	do shell script "/Users/yuki/dev/rtm/rtm.rb \"" & message & "\""
end handle_string
  • Place the script to ~/Library/Application Support/LaunchBar/Actions.
  • Done.

First time this script is invoked, it want you to authorize via browser (default: Safari). So the script ignore your first task.