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 │
└──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──────────────┘