I want to be able to right click a folder and select open with Sublime Text Editor / Atom text editor.
How can I do this?
Here is a picture of the menu that pops up:

Side note: I am running Ubuntu 14.10
After doing some google search I found out that the Nautilus used to have right click open with menu but it was removed in updated version of it.
As suggested in another answer , one can use that tool but it is too manual .
The alternative could be to use Nemo as the file manager .
$ sudo apt-get install nemo
Now I have right click open with menu .
