philae-ael / loc

lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 98.7%Language:Shell 1.3%