8000 GitHub - seesharprun/file-counter-tool: .NET CLI tool that counts the number of files in a directory and generates a table with output for the number of files and number of lines per file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

.NET CLI tool that counts the number of files in a directory and generates a table with output for the number of files and number of lines per file.

License

Notifications You must be signed in to change notification settings

seesharprun/file-counter-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filecounter command-line tool

This tool counts the number of files in a directory and generates a table with output for the number of files and number of lines per file.

Important

This tool ignores the .git directory by default.

Install

dotnet tool install --global cosmicworks

Use

filecounter --path "<path-to-target-directory>"

Arguments

Description
--path The path to the directory to search for files

About

.NET CLI tool that counts the number of files in a directory and generates a table with output for the number of files and number of lines per file.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0