Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Pretty printing in the MongoDB shell

db.collection.find().limit(1).pretty()

Or add DBQuery.prototype._prettyShell = true to ~/.mongorc.js

Even prettier shell.