sluuz 0.1.2

CLI tools for searching and managing git repositories
sluuz-0.1.2 is not a library.

sluuz

CLI tools for searching and managing git repositories.

Install

cargo install sluuz

Commands

search

Search git history for commits that added or removed a string.

sluuz search "api_key"
sluuz search -r "password"        # recursive across all repos under current dir
sluuz search -r -l 50 "secret"   # show up to 50 commits per repo

scan

Scan repositories for sensitive terms across all branches and commits.

sluuz scan                              # scan current directory
sluuz scan /path/to/projects            # scan a specific path
sluuz scan -t "aws,bearer,token" .      # custom terms

License

AGPL-3.0-only