Skip to content

Releases: skandhas/vsnap

Release list

vsnap v0.1.0

Choose a tag to compare

@skandhas skandhas released this 07 Jul 03:16

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 restore or the short alias vsnap rs
  • Re-run the previous save command with vsnap again
  • Inspect snapshots with list, show, and doctor
  • Use .vsnapignore and built-in skipped directories to keep snapshots focused
  • Configure limits with vsnap config limits.file.size and vsnap 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 build and make 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.