safeshell 0.1.3

SafeShell: A security tool for shell history management, designed to detect, stash, and clear sensitive commands, ensuring safer terminal sessions.
Documentation
1
2
3
4
5
6
7
mod data;
mod table;
mod text;

pub use data::Exporter;
pub use table::Table;
pub use text::Text;