Skip to content

Reads lines of code in a given directory, and outputs line count per file type in a table form.

Notifications You must be signed in to change notification settings

mariodujic/Line-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line Counter

Reads lines of code in a given directory, and outputs line count per file type in a table form.

Preview

Install

clone https://github.com/mariodujic/Line-Counter
cd Line-Counter
cargo run <directory-path>

Config

Directories and file types can be excluded from the table by editing root config.toml file.

Example

To exclude build and idea directory, and txt file type, config.toml should contain:

[excluded]
dir = ['build', '.idea']
ext = ['txt']

About

Reads lines of code in a given directory, and outputs line count per file type in a table form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages