What's Changed
Features:
- Added Author column which shows author of last commit for each repo
- New flags:
-Aor--author- filter results by name of author of last commit for each repo-ror--reverseto sort in descending order. Can be used together with--sort-jor--json- to output results as JSON
Fixes:
- fixed cursor disappearing when command is interrupted with ctrl+c
Install
Go install (All platforms)
go install github.com/repocheck@latest
Windows
Zip
- Download repocheck_Windows_x86_64.zip
- Extract the zip
- Run repocheck.exe on your CLI
macOS
Homebrew (Recommended)
- Run
brew tap bevane/tap - Install:
brew install repocheck
Tarball
- Download repocheck_Darwin_all.tar.gz
- Run xattr -c ./repocheck_Darwin_all.tar.gz (to avoid "unknown developer" warning)
- Extract: tar xzvf repocheck_Darwin_all.tar.gz
- Run ./repocheck
Linux (x64)
Debian Package (Recommended)
- Download repocheck_1.0.3_linux_amd64.deb
- Install:
sudo dpkg -i repocheck_1.0.3_linux_amd64.deb
Tarball
- Download repocheck_Linux_x86_64.tar.gz
- Extract: tar xzvf repocheck_Linux_x86_64.tar.gz
- Run ./repocheck
Full Changelog: v0.5.2-alpha...v1.0.3