Skip to content

andrewp-as-is/mac-open-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ [sudo] pip install mac-open-apps
$ [sudo] npm i -g mac-open-apps

Examples

$ open-apps Discord iTerm "Google Chrome" Skype "Sublime Text" Terminal

~/Library/LaunchAgents/apps.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>apps</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/local/bin/open-apps</string>
        <string>Discord</string>
        <string>iTerm</string>
        <string>Google Chrome</string>
        <string>Skype</string>
        <string>Sublime Text</string>
        <string>Terminal</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
</dict>
</plist>

readme42.com

About

🍎 open multiple macOS apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published