How do I get colorized query output and shell in MongoDB?

colors, json, mongodb, shell

Solution

Check out this shell extension I made called Mongo-Hacker that has various enhancements:

- Mongo Hacker Website

- Code (GitHub)

Problem

It would be really nice to be able to view the output with colorized keys and values.

Original source