Show HN: Gitterbugs, an ultra fast and lightweight GitHub repo mapper

github.com

2 points by amosoraptor 11 hours ago

I built a fast tree builder for any public GitHub repo via the linux shell.

`gitterbugs` (gbgs) clones, analyzes and renders a beautiful, readable and size-annotated tree of any GitHub repository in seconds.

For example, `gbgs https://github.com/torvalds/linux` produces:

``` linux/ ├── README (4.3K) ├── Makefile (7.1K) ├── arch/ │ └── x86/ │ └── entry.S (1.5K) └── init/ └── main.c (5.9K) ```

Human-readable file sizes, no junk and clean Unicode pipes for maximum legibility.