The invisible, zero-config "Undo" button for your local file system.
chronx is a global background daemon written in Rust. It silently records every file save, letting you rewind time if you accidentally break your code between Git commits.
Via NPM:
npm install -g @bijanmurmu/chronxVia Cargo (Rust):
cargo install chronx(Or download the pre-compiled native .exe from the Releases tab).
chronx install-daemon— Registers the daemon to auto-start invisibly when your PC boots.chronx init— Tells the global daemon to start tracking the current folder.chronx log— Displays a timestamped timeline of your recent file saves.chronx squash [-m "message"]— Soft-resets your local git branch. Pass-mto instantly auto-commit the squashed code!