amoxide-tui 0.4.0

Interactive TUI for amoxide — manage aliases and profiles visually
# amoxide-tui

<p align="center">
  <a href="https://crates.io/crates/amoxide-tui"><img src="https://img.shields.io/crates/v/amoxide-tui.svg" alt="crates.io"/></a>
  <a href="https://github.com/sassman/amoxide-rs/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-GPLv3-blue" alt="license"/></a>
</p>

Interactive TUI for [amoxide](https://crates.io/crates/amoxide) — navigate, add, move, and delete aliases and profiles visually.

## Install

```sh
cargo install amoxide amoxide-tui
# or pre-built:
cargo binstall amoxide amoxide-tui
```

Also available via [Homebrew, Shell Script, and PowerShell](https://amoxide.rs/guide/installation).

This installs the `am-tui` binary. It is supposed to be launched via `am tui` (needs amoxide installed).

## Screenshot

<!-- Screenshot rendered on GitHub, not on crates.io -->
![am-tui screenshot](https://raw.githubusercontent.com/sassman/amoxide-rs/main/assets/am-tui-2.png)

## Documentation

Full documentation: **[amoxide.rs](https://amoxide.rs)**