shortcuts-simple-remote-commands

[
{
"description": "Sleep display",
"command": "pmset displaysleepnow && 'Success: display put to sleep'"
},
{
"description": "Current directory",
"command": "pwd"
},
{
"description": "mute",
"command": "osascript -e 'set volume output muted true'"
},
{
"description": "unmute",
"command": "osascript -e 'set volume output muted false'"
},
{
"description": "decrease volume",
"command": "osascript -e 'set volume output volume ((output volume of (get volume settings)) - 10)'"
},
{
"description": "increase volume",
"command": "osascript -e 'set volume output volume ((output volume of (get volume settings)) + 10)'"
},

{
"description": "Relay FM Live",
"command": "open -a VLC 'http://stream.relay.fm:8000/stream' && open -a Airfoil"
},
{
"description": "ATP Live",
"command": "open -a VLC 'https://atp.fm:8443/listen' && open -a Airfoil"
}
]

One response on “shortcuts-simple-remote-commands”

Comments are closed.