Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Last active December 31, 2015 02:39
Embed
What would you like to do?
a stupid hack to get at alfred's large-type feature from the shell, now with less paste buffer clobbering
on run argv
tell application "Alfred 2"
search item 1 of argv
tell application "System Events"
keystroke "l" using {command down}
end tell
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment