amoxide-tui-0.2.1 is not a library.
Visit the last successful build:
amoxide-tui-0.1.0
amoxide-tui
Interactive TUI for amoxide — navigate, add, move, and delete aliases and profiles visually.
Install
cargo install amoxide-tui
This installs the am-tui binary. You can also launch it via am tui if amoxide is installed.
Requires amoxide
This crate extends amoxide (the am CLI) with an interactive terminal interface. It reads and writes the same configuration files. Install both:
cargo install amoxide # the `am` CLI
cargo install amoxide-tui # the `am-tui` interactive TUI
Screenshot
am-tui lets you browse profiles, aliases, and manage them with keyboard shortcuts:

Shell Support
| Shell | Status |
|---|---|
| Fish | Fully supported and tested |
| PowerShell | Supported and tested (5.1 + 7) |
| Zsh | Supported, not yet tested |
| Bash, Nushell | Not yet implemented |
See amoxide for details.
Documentation
Full documentation with CLI examples and setup instructions: GitHub