scpt Created Star 0 Fork 0 Code Revisions 1 Embed Download ZIP Launch App (AppleScript Snippet) Raw launch-app.scpt (* AppleScript snippet to ensure that application is launched and is...
Applescript - Launch application and resize window - launch-app.scpt
The macOS application that can launch the Sketch when its trial expired. - gradddev/SketchRunner
ZIP Launch iTerm2 window from Finder using AppleScript Raw open_finder_in_iterm.applescript... 9+ (* Install: * * (1) Save this script as an Application * (2) Cmd + drag the application to...
An Applescript for launching multiple applications in iTerm. Raw launch-services.sh #~/bin/bash osascript -i <<EOF tell application "iTerm" # create window with default profile tell current...
An AppleScript applet for adding vrecord GUI to MacOS Launchpad/Dock - GitHub - EG-tech/vrecord-gui: An AppleScript applet for adding vrecord GUI to MacOS Launchpad/Dock
AppleScript for launching Chrome Canary for local development
AppleScript to launch iOS Simulator and Safari debugger using iTerm Raw iOS Compile & Debug... tell application "iTerm" activate set myterm to (current terminal) tell myterm set mysession...
AppleScript to Show or Hide Application. Launch it if not running. Raw Show or Hide Xcode.scpt set appName to "Xcode" tell application appName if it is not running then activate else tell...
scpt Created Star 0 Fork 0 Code Revisions 1 Embed Download ZIP AppleScript to launch... scpt set diskIsMounted to false repeat until diskIsMounted is true delay 30 tell application "Finder...