diffsnap
v1.0.0
Published
Filesystem snapshot and diff CLI tool
Downloads
89
Readme
diffsnap
A filesystem snapshot and diff CLI tool with SHA-256 content hashing.
Install
npm install
npm run buildCLI
diffsnap snap <name> [dir]
diffsnap diff <a> <b> [--json]
diffsnap list
diffsnap show <name>
diffsnap delete <name>
diffsnap watch [dir]
diffsnap cleanBehavior
- Snapshots are stored as JSON in
.diffsnap/under the target directory. diffsnap diffexits with code0when no differences are found.diffsnap diffexits with code1when differences are found.--jsonondiffoutputs machine-readable JSON.watchcompares the current filesystem against the latest saved snapshot.
Package
- Name:
diffsnap - Version:
1.0.0 - Author:
Darksol - Node:
>=18 - Runtime dependencies: none
Development
npm run build
npm test