alman 0.1.2

A command-line tool and TUI for managing shell aliases with intelligent suggestions
1
2
3
4
5
6
pub mod app;
pub mod event_handler;
pub mod terminal;
pub mod ui;

pub use self::terminal::run_tui;