We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the tap wiki!
Potential Commands:
Speak: say "hello"
Open an App: open "/System/Applications/TextEdit.app"
reboot the mac: reboot
shutdown the mac: shutdown
Run an applescript: osascript /path/to/applescript/volume.scpt
Run a shortcut: shortcuts run "shortcut name"
Call a web api: curl https://icanhazdadjoke.com/|say
Set the volume (applescript): set volume 10
Type stuff on keyboard (applescript):
tell application "System Events" keystroke " " using command down delay 1 keystroke "Profiles" keystroke return end tell
Toggle dark mode (applescript): tell application "System Events" tell appearance preferences set dark mode to not dark mode end tell end tell