1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 21:05:06 +00:00

Fix(raycast) : Made mole script commands discoverable (#489)

This commit is contained in:
Sky Slinger
2026-02-24 11:47:51 +05:30
committed by GitHub
parent 4f4a1942ad
commit 98089eeba8
3 changed files with 67 additions and 14 deletions

View File

@@ -260,7 +260,7 @@ Launch Mole commands from Raycast or Alfred:
curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/scripts/setup-quick-launchers.sh | bash
```
Adds 5 commands: `clean`, `uninstall`, `optimize`, `analyze`, `status`.
Adds 5 commands: `Mole Clean`, `Mole Uninstall`, `Mole Optimize`, `Mole Analyze`, `Mole Status`.
### Raycast Setup
@@ -271,7 +271,7 @@ After running the script, complete these steps in Raycast:
3. Click **"Add Script Directory"** (or **"+"**)
4. Add path: `~/Library/Application Support/Raycast/script-commands`
5. Search in Raycast for: **"Reload Script Directories"** and run it
6. Done! Search for `mole`, `clean`, or `optimize` to use the commands
6. Done! Search for `mole clean`, `mole optimize`, or `mole status` to use the commands
> **Note**: The script creates the commands, but Raycast still requires a one-time manual script directory setup.