pxh 0.9.9

pxh is a fast, cross-shell history mining tool with interactive fuzzy search, secret scanning, and bidirectional sync across machines. It indexes bash and zsh history in SQLite with rich metadata for powerful recall.
Documentation
1
2
3
4
5
6
7
mod command;
pub mod config;
pub mod engine;
mod tui;

pub use command::RecallCommand;
pub use config::Config;