amoxide-tui 0.10.1

Interactive TUI for amoxide — manage aliases and profiles visually
1
2
3
4
5
6
7
8
9
10
mod app;
mod input;
mod model;
mod tree;
mod update;
mod view;

fn main() -> anyhow::Result<()> {
    app::run()
}