Quick development update… AppleScript extensions are now working wonderfully for the next release. The advantage of using AppleScript directly rather than through the shell integration is that you don’t get any character escaping problems. This means that the full plug-in syntax works great for scripts like the Things.app one above.
It also makes it significantly easier to add AppleScript extensions directly to Alfred without needing to fiddle with bash / shell.
The ‘background’ option allows scripts to be run inline (blocking Alfred but allowing AppleScript dialogs) or background using osascript :)
on alfred_script(q)
tell application "Things"
parse quicksilver input q
end tell
end alfred_script
-
quantumsnap liked this
-
chrisramakers liked this
-
brunettemajesty liked this
-
rezap reblogged this from preppeller
-
coolgeekca liked this
-
coolgeekca reblogged this from preppeller
-
mradamwood liked this
-
dnaunton liked this
-
willhopkins liked this
-
ayocanada liked this
-
eyko liked this
-
gidogeek liked this
-
nonowarn liked this
-
donparr liked this
-
danwajda reblogged this from preppeller
-
preppeller posted this
