gcollazo / mongodbapp

The easiest way to get started with MongoDB on the Mac
http://gcollazo.github.io/mongodbapp
MIT License
521 stars 38 forks source link

fix invalid menu: open mongo in 6.0.0 #29

Closed lvliangxiong closed 1 year ago

lvliangxiong commented 1 year ago

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.

gcollazo commented 1 year ago

Thanks for taking the time to submit this PR. I decided to just remove the feature entirely.