Skip to content

z-riley/roundup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple LoC counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages