historion 0.1.1

Record and search shell history stored in plain text logs
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    historion::main_entry(std::env::args_os())
}