alman 0.1.2

A command-line tool and TUI for managing shell aliases with intelligent suggestions
1
2
3
4
5
pub mod database_structs;
pub mod database_ops;
pub mod scoring;
pub mod persistence;
pub mod history_loader;