Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 355 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 355 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/

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

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