Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Last active December 31, 2015 02:39
Show Gist options
  • Select an option

  • Save skimbrel/7922014 to your computer and use it in GitHub Desktop.

Select an option

Save skimbrel/7922014 to your computer and use it in GitHub Desktop.

Revisions

  1. skimbrel revised this gist Dec 12, 2013. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions large-type.scpt
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    on run argv
    set the clipboard to item 1 of argv
    tell application "System Events"
    keystroke space using {command down}
    keystroke "v" using {command down}
    keystroke "l" using {command down}
    tell application "Alfred 2"
    search item 1 of argv
    tell application "System Events"
    keystroke "l" using {command down}
    end tell
    end tell
    end run
  2. skimbrel created this gist Dec 12, 2013.
    8 changes: 8 additions & 0 deletions large-type.scpt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    on run argv
    set the clipboard to item 1 of argv
    tell application "System Events"
    keystroke space using {command down}
    keystroke "v" using {command down}
    keystroke "l" using {command down}
    end tell
    end run