Before writing this tool, I was constructing convoluted shell scripts which iterated over namespaces to fetch the resources, so "kubectl get" and then apply the "describe" on them. I ended up writing several aliases which I could no longer remember. kubejyg automateds both "get" and "describe" and outputs the results in a convenient format which can be processed by word processors, like jq or yq, depending the output format (JSON or YAML).
There's quite some work to be done, like adding additional flags or introducing more resources. Checkout the Contributing section if intereseted.
Thanks!