A small util that computes the number of lines in a given dir.
Output:
┌──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────┐
│ Language │ Code │ Comments │ Empty │ Total │ File count │
├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
│ Rust │ 668 │ 5 │ 69 │ 742 │ 6 │
│ Text │ 570 │ 0 │ 75 │ 645 │ 1 │
│ Markdown │ 20 │ 0 │ 5 │ 25 │ 3 │
│ Shell │ 15 │ 0 │ 4 │ 19 │ 1 │
│ TOML │ 12 │ 1 │ 3 │ 16 │ 1 │
│ Total │ 1285 │ 6 │ 156 │ 1447 │ 12 │
└──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┘