1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 22:39:42 +00:00

Release version 1.8.1

This commit is contained in:
Tw93
2025-11-09 10:27:53 +08:00
parent c3454bcc79
commit ac6380c960
3 changed files with 9 additions and 4 deletions

View File

@@ -10,7 +10,9 @@ One command install:
curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/integrations/setup-raycast.sh | bash
```
Then open Raycast and search "Reload Script Commands".
Then open Raycast and search "Reload Script Directories".
If the commands still do not appear, go to `Raycast Settings → Extensions → Script Commands`, click `Add Directories`, and add `~/Documents/Raycast/Scripts`.
Available commands: `clean mac`, `dry run`, `uninstall apps`
@@ -39,5 +41,5 @@ Then add to Menu Bar or assign a keyboard shortcut.
## Uninstall
```bash
rm -rf ~/Library/Application\ Support/Raycast/script-commands/mole-*.sh
rm -rf ~/Documents/Raycast/Scripts/mole-*.sh
```