This package scans a git repository for files that could potentially contain data.
To scan a git repository in the current working directory, type:
git-scan
To scan a repository in another directory, type:
git-scan -r <repository folder>
To get more verbose output, set the logging level with:
git scan -l debug
To use the tool, simply install it into your current Python environment:
pip install git+https://github.com/LFKoning/git-scan
- Lukas Koning (lfkoning@gmail.com)