Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Last active December 31, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skimbrel/7922014 to your computer and use it in GitHub Desktop.
Save skimbrel/7922014 to your computer and use it in GitHub Desktop.
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