Last active
December 31, 2015 02:39
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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