pxh 0.9.0

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
set shell := ["zsh", "-uc"]

default:
	just --list

check:
	cargo clippy -- -D warnings
	cargo test

fmt:
	cargo fmt

cargo-upgrade *args:
	cargo-upgrade upgrade {{ args }}

coverage:
	./coverage.sh

coverage-detailed:
	./coverage-detailed.sh

coverage-clean:
	cargo llvm-cov clean --workspace
	rm -rf coverage/
	rm -f lcov.info coverage.json coverage.xml
	rm -f **/*.profraw(N) **/*.profdata(N)