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

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

  2. Soundboard with RFID tags

  3. Homekit to turn off and on things

  4. Open garage door

  5. turn off router

  6. accessiblity

  7. Call API how much water

  8. timer on washer and dryer

  9. Thermostat

  10. Setup workspace (bunches) 1, pets and medications

  11. datajar (arbitrary persistant data storage

  12. asset intake

  13. tailscale

  14. nfctools

  15. wifi://username:password@ssid

  16. zapier automation

  17. man pages x-man-pages

  18. amazon buy again action

  19. switch audio to home pod

WIFI:S:my_ssid;T:WPA;P:my_password;; QR String to Join Wifi Network: curl -d "text" qrcode.show (or use Chrome SHARE: 3dots > Save and Share > Create QR Code)

Shortcut to webpage and or run javascript to make your phone a nodejs server. https://www.icloud.com/shortcuts/ccf4a611f14f407d8ef655fd145822ac

Clone this wiki locally