A fast and lightweight Git repository summary tool written in Rust.
- Fast repository analysis: Counts total files, lines of code, commits, headers, name project, programming language in project, authors, and more.
- Language breakdown: Displays precise percentage distribution of programming languages, and print logos.
- Lightweight: Built with performance and minimal dependencies in mind.
Ensure you have Rust and Cargo installed:
git clone https://github.com/MBKCHEL/SysGS.git
cd SysGS
cargo install --path .cd Downloads # or Загрузки
chmod +x sysgs-linux # Linux, if you have MacOS or BSD write sysgs-bsd or sysgs-macos-intel / sysgs-macos-arm64
sudo mv sysgs-linux /usr/local/bin/sysgs # Linux, if you have MacOS or BSD write sysgs-bsd or sysgs-macos-intel / sysgs-macos-arm64# Run PowerShell as Administrator and execute the following commands:
Rename-Item -Path ".\sysgs-windows.exe" -NewName "sysgs.exe"
Move-Item -Path ".\sysgs.exe" -Destination "C:\Windows\System32\"sudo rm /usr/local/bin/sysgsRemove-Item C:\Windows\System32\sysgs.exeDistributed under the GNU General Public License v3.0.




