sniffers
Basic file sniffer for detecting changes in files and directories, written in Rust; complete with python bindings (of course).
Installation
Usage
=
# index a file or directory
# detect changes
=
# print changes
Command Line Interface
There also exists a command line interface for this package.
To build and run the CLI, run the following commands:
cargo install --path .
Then, you can run the CLI as follows: