Skip to content

philae-ael/loc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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   │ 871   │ 10       │ 90    │ 971   │           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   │ 1613  │ 11       │ 192   │ 1816  │          12│
└──────────┴───────┴──────────┴───────┴───────┴────────────┘

About

lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors