2 comments

  • 7 hours ago ago
    [deleted]
  • zihao-liu-qs 7 hours ago 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.