3 releases
0.1.2 | Nov 21, 2022 |
---|---|
0.1.1 | Nov 18, 2022 |
0.1.0 | Nov 18, 2022 |
#356 in Visualization
47KB
390 lines
🐙 ghloc-rs
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.
Install
cargo install ghloc
Usage
ghloc "https://github.com/MrRobb/ghloc-rs"
TODO
- 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).
License
Distributed under the MIT License. See LICENSE
for more information.
Dependencies
~27–43MB
~841K SLoC