mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:44:44 +00:00
1009 B
1009 B
Mole Integrations
Quick launcher integrations for Mole.
Shortcut Apps (Spotlight & Shortcuts)
Generate ready-to-use launcher apps (Clean / Dry Run / Uninstall):
curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/integrations/setup-shortcut-apps.sh | bash
This drops them into ~/Applications, so you can trigger Mole via Spotlight, Dock, or Shortcuts (“Open App” action).
Prefer to craft your own shortcut? Add “Run Shell Script”:
mo clean
Dry run: mo clean --dry-run • Uninstall: mo uninstall
Alfred
Add a workflow with keyword clean and script:
mo clean
For dry-run: mo clean --dry-run
For uninstall: mo uninstall
Uninstall
rm -rf ~/Applications/Mole\ Clean*.app
rm -rf ~/Applications/Mole\ Uninstall\ Apps.app
# Legacy Raycast script commands (if you installed them before switching)
rm -rf ~/Documents/Raycast/Scripts/mole-*.sh
rm -rf ~/Library/Application\ Support/Raycast/script-commands/mole-*.sh