Files
illogical/README.md
h 11d119bf6b
Some checks failed
Build and Package / Build and Package (app, macos-latest, macOS) (push) Has been cancelled
Build and Package / Upload Release (push) Has been cancelled
docs: update README
2026-02-02 16:23:32 +01:00

43 lines
1.0 KiB
Markdown

# illogical
![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 |