An open API service indexing awesome lists of open source software.

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

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`