Skip to content

lucianleustean/appleScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Add Automator to run appleScript

  • open Automator, select Service
  • search for applescript and select Run AppleScript
  • select from Service receives -> no input
  • add do shell script as in this example and save it
on run {input, parameters}
  do shell script "usr/bin/osascript ~/Documents/appleScripts/inspect_ios.scpt"
  return input
end run

Add shortcut for Automator

  • open System Preferences -> Keyboard -> Shortcuts
  • select Services -> General -> your_script_name
  • desired shortcut

Read more here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors