diff-percent This is to compare two repos and find the relative difference to assign a rough percentage. usage: diff-percent <path1> <path2> [--filter] [--exclude] example: diff-percent /home/matt/repo1 /home/matt/repo2 --filter=".go" --exclude="vendor"