Since mongo 6.0.0 removed mongosh, the menu option 'open mongo' became invalid. This pull request change the action when you click 'open mongo', which require that you should install mongosh separately and add it to PATH. The 'open mongo' option will try to invoke mongosh command in Terminal for you.
Since mongo 6.0.0 removed mongosh, the menu option 'open mongo' became invalid. This pull request change the action when you click 'open mongo', which require that you should install mongosh separately and add it to PATH. The 'open mongo' option will try to invoke
mongosh
command in Terminal for you.