feat: initial deployment of raycast core automation tools
This commit is contained in:
Executable
+9
@@ -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"
|
||||
Reference in New Issue
Block a user