shellist 0.1.0

Shell history analysis. Parses .bash_history, counts commands, and ranks by frequency.
Documentation
1
2
3
4
5
//! File I/O for loading history files from disk.

pub mod file_loader;

pub use file_loader::{default_history_path, load_history_file};