1 pointby zihao-liu-qs8 hours ago2 comments
  • 8 hours ago
    undefined
  • zihao-liu-qs8 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.