Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 443 Bytes

File metadata and controls

29 lines (19 loc) · 443 Bytes

roundup

Recursively counts number of files and lines of text in a directory.

Examples

For all filetypes:

roundup /path/to/my/project/

For only files with the ".rs" extension:

roundup /path/to/my/project/ rs

For files with the .rs, .toml, and .md extensions:

roundup /path/to/my/project/ rs,toml,md

Installation

cargo install --git https://github.com/z-riley/roundup