claude-history 0.1.51

Fuzzy-search Claude Code conversation history from the terminal.
1
2
3
4
5
6
7
8
9
mod app;
mod export;
pub mod search;
pub mod theme;
mod ui;
pub mod viewer;

pub use app::{Action, run_single_file, run_with_loader};
pub use viewer::{RenderOptions, ToolDisplayMode, render_conversation};