sys-compare/README.md

15 lines
366 B
Markdown
Raw Normal View History

2024-03-18 19:32:37 +00:00
# sys-compare
2024-03-18 23:01:37 +00:00
### Create Snapshot
2024-03-25 18:52:39 +00:00
## ./sys-compare create [snapshot] [root_dir]
2024-03-18 23:01:37 +00:00
```shell
2024-03-25 18:52:39 +00:00
cargo run -- create ./test1.snap /home/foxx/Documents/
cargo run -- create ./test2.snap /home/foxx/Documents/
2024-03-18 23:01:37 +00:00
```
2024-03-25 18:52:39 +00:00
### Compare Snapshots
## ./sys-compare compare [.snap] [.snap] [created]|[deleted]|[changed]
2024-03-18 23:01:37 +00:00
```shell
2024-03-25 18:52:39 +00:00
cargo run -- compare ./test1.snap ./test2.snap created
2024-03-18 23:01:37 +00:00
```