Initial
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/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()"
|
||||
Reference in New Issue
Block a user