TIL: fx: the JSON/YAML navigator
I have recently been doing more with YAML (you may be able to guess why). I
wanted something that would help me with navigating large complicated YAML
objects and fx is exactly what I was looking for.
fx can help with viewing JSON or YAML and allows you to collapse and expand
sections of the file.
# now it's obvious isn't it
$ kubectl get pods -o json | fx
$ kubectl get pods -o yaml | fx --yaml
The GIF from their website shows what it looks like pretty well.
