Pretty print in MongoDB shell as default-open source projects AvisoNovate/pretty

Err Hunter

Give a try to Mongo-hacker(node module), it alway prints pretty. https://github.com/TylerBrock/mongo-hacker

More it enhances mongo shell (supports only ver>2.4, current ver is 3.0), like

  • Colorization
  • Additional shell commands (count documents/count docs/etc)
  • API Additions (db.collection.find({ … }).last(), db.collection.find({ … }).reverse(), etc)
  • Aggregation Framework

I am using for while in production env, no problems yet.