feat: initial deployment of raycast core automation tools

This commit is contained in:
2026-05-15 23:06:25 -04:00
commit 99fe36b767
26 changed files with 723 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# @raycast.schemaVersion 1
# @raycast.title Rescue Windows
# @raycast.mode compact
# @raycast.packageName Window Management
OUTPUT=$(/opt/homebrew/bin/node $HOME/Developer/raycast-scripts/layout_engine.js rescue)
echo "$OUTPUT"