a no-brainer json log parser
go install github.com/namp10010/logparsecopy the config.yaml to ~/.logparse
echo '{"message":"hello"}' | logparseto enable color set this config
color: truecolor setting can be found in main.go
cat test.log | go run .- make the config into args and easier to use, remove the config file