A small util that computes the number of lines in a given dir.
Output:
┌──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────┐
│ Language │ Code │ Comments │ Empty │ Total │ File count │
├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
│ Rust │ 660 │ 6 │ 70 │ 736 │ 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 │ 1277 │ 7 │ 157 │ 1441 │ 12 │
└──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┘