Go to file
2024-03-25 16:51:52 -04:00
src remove unwraps 2024-03-25 16:51:52 -04:00
.gitignore init 2024-03-18 15:33:42 -04:00
Cargo.toml . 2024-03-25 15:13:01 -04:00
LICENSE Initial commit 2024-03-18 15:27:58 -04:00
README.md 1 2024-03-25 14:52:39 -04:00

sys-compare

Create Snapshot

./sys-compare create [snapshot] [root_dir]

cargo run -- create ./test1.snap /home/foxx/Documents/
cargo run -- create ./test2.snap /home/foxx/Documents/

Compare Snapshots

./sys-compare compare [.snap] [.snap] [created]|[deleted]|[changed]

cargo run -- compare ./test1.snap ./test2.snap created