Skip to content
Twocanoes Software, Inc edited this page Jul 11, 2024 · 14 revisions

Welcome to the tap wiki!

Potential Commands:

  1. Speak: say "hello"

  2. Open an App: open "/System/Applications/TextEdit.app"

  3. reboot the mac: reboot

  4. shutdown the mac: shutdown

  5. Run an applescript: osascript /path/to/applescript/volume.scpt

  6. Run a shortcut: shortcuts run "shortcut name"

  7. Call a web api: curl https://icanhazdadjoke.com/|say

  8. Set the volume (applescript): set volume 10

  9. Type stuff on keyboard (applescript):

    tell application "System Events" keystroke " " using command down delay 1 keystroke "Profiles" keystroke return end tell

  10. Toggle dark mode (applescript): tell application "System Events" tell appearance preferences set dark mode to not dark mode end tell end tell

Clone this wiki locally