A simple utility to hash some files in a content-aware way, e.g. two git repositories with the same commit (for each branch) will have the same hash.
Go to file
2021-02-22 12:45:04 +00:00
.github/workflows Removed debug artifacts, cleanup 2021-02-21 23:50:28 +00:00
.gitignore Added gzip dependency, gitignore result@ 2021-02-21 23:33:43 +00:00
flake.lock Updated git 2021-02-21 23:01:05 +00:00
flake.nix Added grep & sed dependencies, disabled debug messages 2021-02-21 23:44:14 +00:00
hash-files.py Added grep & sed dependencies, disabled debug messages 2021-02-21 23:44:14 +00:00
LICENSE Initial commit 2021-02-21 18:59:17 +00:00
README.md Added README.md 2021-02-22 12:45:04 +00:00
test.py Removed debug artifacts, cleanup 2021-02-21 23:50:28 +00:00

Build dependencies:

# First, install nixpkgs then run:
nix build path://$PWD/

Run:

PATH="$PWD/result/bin" python3 ./test.py