Show HN: Treekei – File Tree with Line Counts in CLI
1 points
2 hours ago
| 1 comment
| github.com
| HN
zihao-liu-qs
2 hours ago
[-]
Hi, I’m the author.

When I start reading a new codebase, I usually want two things: 1) the directory structure (I use tree) 2) the line counts by language (I use tokei)

But I couldn’t easily see where the code is actually concentrated across directories.

So I built treekei. It outputs a file tree with line counts, so you can quickly understand how code is distributed in a project at a glance.

Happy to hear feedback or discuss implementation details.

reply