1 points | by zihao-liu-qs 8 hours ago ago
2 comments
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.
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.