AppleScript Snippets

Combined Stream

3 thoughts
last posted Sept. 25, 2016, 8:03 p.m.
get stream as: markdown or atom
To add your thoughts on this topic
Sign Up Now
(it’s free)
0

Open a New Safari Window

tell application "Safari"
    make new document
    activate
end tell
0

Open a New Terminal Window

tell application "Terminal"
    do script ""
    activate
end tell
0

Open up Work and Personal Email Tabs in new Window