-
goman
The missing man page for Go binaries. Goman fetches the repo's readme as a man page replacement.
If that doesn't spark any joy, you can always try goman :)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
rare
Create console histograms, bar graphs, tables, heatmaps and more in realtime using regex and expressions. (by zix99)
I do something similar in my go app, rare to display docs by piping markdown files using go's embedded filesystem (similar to the response about looking at the $PAGER variable). You can look here: https://github.com/zix99/rare/blob/master/cmd/docs.go
-
I would pipe it to fzf which is much more advanced form the point of navigation as well search in text (you can kinda of embed )