Skip to content

philae-ael/loc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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   │ 794   │ 8        │ 82    │ 884   │           6│
│   Text   │ 693   │ 0        │ 90    │ 783   │           1│
│ Markdown │ 20    │ 0        │ 5     │ 25    │           3│
│  Shell   │ 15    │ 0        │ 4     │ 19    │           1│
│   TOML   │ 14    │ 1        │ 3     │ 18    │           1│
│  Total   │ 1536  │ 9        │ 184   │ 1729  │          12│
└──────────┴───────┴──────────┴───────┴───────┴────────────┘

About

lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors