Releases: skandhas/vsnap
Releases · skandhas/vsnap
Release list
vsnap v0.1.0
First public release of vsnap, a tiny local snapshot tool for saving files before risky edits and restoring them when needed.
Highlights
- Save explicit files or directories with
vsnap save - Restore snapshots with
vsnap restoreor the short aliasvsnap rs - Re-run the previous save command with
vsnap again - Inspect snapshots with
list,show, anddoctor - Use
.vsnapignoreand built-in skipped directories to keep snapshots focused - Configure limits with
vsnap config limits.file.sizeandvsnap config limits.file.count - Preview risky operations with
--dry-run - Use safety snapshots before restore operations
- Lock snapshot operations to avoid concurrent write conflicts
- Build and test with
make buildandmake test
Notes
This is an early 0.1.0 release. The core workflow is usable, but command details and storage internals may still evolve before 1.0.0.