2 pointsby zihao-liu-qs7 hours ago1 comment
  • zihao-liu-qs6 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.