feat: initial deployment of raycast core automation tools
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Select Layout Menu
|
||||
# @raycast.mode silent
|
||||
# @raycast.icon 📋
|
||||
# @raycast.packageName Layout Selector
|
||||
|
||||
if [ ! -f /opt/homebrew/bin/hs ]; then
|
||||
echo "Hammerspoon CLI link missing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Run the programmatic menu interface launcher
|
||||
/opt/homebrew/bin/hs -c "LayoutSelector.showMenu()"
|
||||
Reference in New Issue
Block a user