1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-05 11:28:48 +00:00
Files
Mole/integrations/README.md
2025-11-09 10:27:53 +08:00

46 lines
846 B
Markdown

# Mole Integrations
Quick launcher integrations for Mole.
## Raycast
One command install:
```bash
curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/integrations/setup-raycast.sh | bash
```
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`
## Alfred
Add a workflow with keyword `clean` and script:
```bash
mo clean
```
For dry-run: `mo clean --dry-run`
For uninstall: `mo uninstall`
## macOS Shortcuts
Create a shortcut with "Run Shell Script":
```bash
mo clean
```
Then add to Menu Bar or assign a keyboard shortcut.
## Uninstall
```bash
rm -rf ~/Documents/Raycast/Scripts/mole-*.sh
```