diff --git a/README.md b/README.md index 1c47a6f..8ec9c8a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,42 @@ # illogical -The sane Logic Pro plugin manager Apple forgot to build +![screenshot](https://i.imgur.com/JN15VhH.png) + +The sane Logic Pro plugin manager Apple forgot to build. + +## Features + +- Browse and organize Audio Units plugins +- "Uncategorized" folder +- Tree-like view for categories +- Vim-style keyboard navigation (j/k/h/l) +- Backup and restore plugin configurations +- Native Plug-in manager feel with liquid glass UI + +## Install + +**Homebrew** (coming soon) + +**Manual** + +1. Download the latest `.dmg` from [Releases](https://github.com/kotikotprojects/illogical/releases). +2. Drag the app to the **Applications** folder. +3. **Right-click** the app and select **Open**. (You only need to do this once). + +⚠️ **If you see "App is damaged" error:** +Run this command in Terminal: +```bash +xattr -cr /Applications/illogical.app +``` + +## Keyboard Shortcuts + +| Key | Action | +|-----|--------| +| `J/K` | Navigate up/down | +| `H/L` | Collapse/expand | +| `Shift+V` | Visual line mode | +| `Cmd+F` | Search | +| `Cmd+B` | Backup | +| `Cmd+Shift+R` | Restore | +| `Cmd+Shift+/` | Show all shortcuts |