Releases: qorexdevs/quicksave
Releases · qorexdevs/quicksave
v0.2.0
First tagged release. quicksave keeps a local, content-addressed checkpoint of your working tree so you can roll back files an agent deleted or overwrote, even ones git never tracked.
In 0.2.0:
- init / save / list / restore. restore is additive by default; --clean does an exact rewind.
- selective restore of a single file or directory
- status and diff to see what changed since a snapshot or between two
- show to print one file from a snapshot to stdout
- gc to drop old snapshots and unreferenced blobs
- a PreToolUse hook (quicksave hook) plus hook install for Claude Code and Codex, to auto-checkpoint before a risky command
Python 3.10+, only depends on rich.