13 lines
266 B
Bash
Executable File
13 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title Toggle Focus Mode Isolation
|
|
# @raycast.mode silent
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon 🕶️
|
|
# @raycast.packageName Window Automation
|
|
|
|
/opt/homebrew/bin/hs -c "FocusMode.toggle()"
|