We have tokei and ghloc.vercel.app for counting lines of code in a GitHub repository. But what if you want to count lines of code in a GitHub repository from the command line? Well, that's what this crate is for.
Actively maintained! If you have any problem just create an issue.
cargo install ghloc
ghloc "https://github.com/MrRobb/ghloc-rs"
- CI / CD:
- Add tests.
- Get rid of
unwrap()
. - Add no_panic.
- Code:
- File selection.
- Local repository support.
- Git authentication.
- Add comments and blank space to the output.
- UI:
- Inline statistics.
- Percentages.
- Colors for each bar (using github-colors).
Distributed under the MIT License. See LICENSE
for more information.