Skip to content

philae-ael/loc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOC

A small util that computes the number of lines in a given dir.

Output:

 ┌──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────┐ 
 │   Language   │     Code     │   Comments   │    Empty     │    Total     │  File count  │ 
 ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤ 
 │     Rust     │ 678          │ 6            │ 72           │ 756          │            6 │ 
 │    Other     │ 570          │ 0            │ 75           │ 645          │            1 │ 
 │   Markdown   │ 20           │ 0            │ 5            │ 25           │            3 │ 
 │    Shell     │ 15           │ 0            │ 4            │ 19           │            1 │ 
 │     TOML     │ 12           │ 1            │ 3            │ 16           │            1 │ 
 │    Total     │ 1295         │ 7            │ 159          │ 1461         │           12 │ 
 └──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┘ 

About

lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published