command-vault 0.3.0

An advanced command history manager with tagging and search capabilities
Documentation
1
2
3
4
5
pub mod models;
pub mod store;

pub use models::Command;
pub use store::Database;