shellist 0.1.0

Shell history analysis. Parses .bash_history, counts commands, and ranks by frequency.
Documentation
1
2
3
4
5
//! Domain types for shell history entries.

pub mod history_entry;

pub use history_entry::HistoryEntry;