Installation
Paketmanager
sh
brew install sassman/tap/amoxide sassman/tap/amoxide-tuish
curl -fsSL https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-installer.sh | sh
curl -fsSL https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.sh | shpowershell
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-installer.ps1 | iex"
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.ps1 | iex"sh
cargo binstall amoxide amoxide-tuish
cargo install amoxide amoxide-tuiDas Crate heißt amoxide, aber die installierte Binary heißt einfach am.
TIP
Der TUI-Companion (am-tui) ist ein separates Paket. Optional, aber empfohlen für visuelle Alias-Verwaltung.
Shell-Unterstützung
| Shell | Status |
|---|---|
| Fish | Vollständig unterstützt und getestet |
| PowerShell | Unterstützt und getestet (5.1 + 7) |
| Zsh | Unterstützt, noch nicht getestet |
| Bash, Nushell | Noch nicht implementiert |
Befehle
| Befehl | Beschreibung |
|---|---|
am add | Neuen Alias hinzufügen (global, Profil oder lokal) |
am remove | Alias entfernen |
am profile | Profile verwalten (add, use, remove, list) |
am ls | Alle Profile und Projekt-Aliase auflisten |
am init | Shell-Init-Code ausgeben |
am status | Prüfen, ob die Shell korrekt eingerichtet ist |
am setup | Geführte Shell-Einrichtung |
am tui | Interaktives TUI zur Alias-Verwaltung (separate Installation) |
am hook | Wird vom cd-Hook aufgerufen (intern) |
TIP
Alle Verben haben Kurzformen: am a für add, am r für remove, am p für profile, am l für ls.
am-tui installieren
Der am tui-Befehl erfordert den TUI-Companion (amoxide-tui) als separate Installation. Falls nicht installiert, zeigt am tui Installationshinweise.
sh
brew install sassman/tap/amoxide-tuish
curl -fsSL https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.sh | shpowershell
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sassman/amoxide-rs/releases/latest/download/amoxide-tui-installer.ps1 | iex"sh
cargo binstall amoxide-tuish
cargo install amoxide-tui