A Go system information thing
I wrote this after seeing usgc-machine-report and wanted a sorta cross-platform version of it. I really liked the styling of it, but I have a bunch of different machines with different architectures and configurations.
I needed some level of cross-platform, and I used Go because it lets me compile static binaries for whatever system from my laptop. No mucking with dependencies.
You can add an additional collectors in collectors/. Just implement the
StatusCollector interface, and register it in NewCollectorLibrary. The
output calculates dimensions based on what is actually provided by collectors.