1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00
Files
Mole/integrations/README.md

1.0 KiB

Mole Integrations

Quick launcher integrations for Mole.

Raycast

One command install:

curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/integrations/setup-raycast.sh | bash

The installer copies scripts into both ~/Documents/Raycast/Scripts and ~/Library/Application Support/Raycast/script-commands. After installation, open Raycast and search "Reload Script Directories".

Still nothing? Go to Raycast Settings → Extensions → Script Commands, click Add Directories, and select either of those folders.

Available commands: clean mac, dry run, uninstall apps

Alfred

Add a workflow with keyword clean and script:

mo clean

For dry-run: mo clean --dry-run

For uninstall: mo uninstall

macOS Shortcuts

Create a shortcut with "Run Shell Script":

mo clean

Then add to Menu Bar or assign a keyboard shortcut.

Uninstall

rm -rf ~/Documents/Raycast/Scripts/mole-*.sh
rm -rf ~/Library/Application\ Support/Raycast/script-commands/mole-*.sh