https://github.com/robiot/totall
Count lines in all files in directories and subdirectories easily
https://github.com/robiot/totall
files rust
Last synced: 11 months ago
JSON representation
Count lines in all files in directories and subdirectories easily
- Host: GitHub
- URL: https://github.com/robiot/totall
- Owner: robiot
- License: mit
- Created: 2021-09-17T13:21:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:07:31.000Z (over 2 years ago)
- Last Synced: 2024-11-21T01:14:15.936Z (over 1 year ago)
- Topics: files, rust
- Language: Rust
- Homepage: https://crates.io/crates/totall
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# totall
Counting total lines in files in directory and subdirectories has never been easier.
Just run `totall .` and you will get the total amount of lines in all files in your current directory and subdirectories.
Perfect if you want to see how many lines of code your project is.
Install it with cargo: `cargo install totall`