mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
Release version 1.8.1
This commit is contained in:
@@ -70,6 +70,9 @@ Install Raycast integration with one command:
|
||||
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/integrations/setup-raycast.sh | bash
|
||||
```
|
||||
|
||||
After installation, open Raycast, search for `Reload Script Directories`, then look for `clean mac`.
|
||||
If nothing shows up, open `Raycast Settings → Extensions → Script Commands`, click `Add Directories`, and point it to `~/Documents/Raycast/Scripts`.
|
||||
|
||||
For Alfred and macOS Shortcuts, see [integrations/README.md](integrations/README.md).
|
||||
|
||||
## Features in Detail
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -8,7 +8,7 @@ GREEN='\033[0;32m'
|
||||
YELLOW='\033[1;33m'
|
||||
NC='\033[0m'
|
||||
|
||||
RAYCAST_DIR="$HOME/Library/Application Support/Raycast/script-commands"
|
||||
RAYCAST_DIR="$HOME/Documents/Raycast/Scripts"
|
||||
BASE_URL="https://raw.githubusercontent.com/tw93/Mole/main/integrations/raycast"
|
||||
|
||||
# Check Raycast
|
||||
@@ -26,6 +26,6 @@ for script in mole-clean.sh mole-clean-dry-run.sh mole-uninstall.sh; do
|
||||
chmod +x "$RAYCAST_DIR/$script"
|
||||
done
|
||||
|
||||
echo -e "${GREEN}✓${NC} Installed! Open Raycast and search: 'Reload Script Commands'"
|
||||
echo -e "${GREEN}✓${NC} Installed! Open Raycast and search: 'Reload Script Directories'"
|
||||
echo ""
|
||||
echo "Then search for: 'Clean Mac'"
|
||||
|
||||
Reference in New Issue
Block a user