3

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:

Right click menu

Side note: I am running Ubuntu 14.10

αғsнιη
  • 36,350
yask
  • 672

2 Answers2

1

You can add custom right-click options with this software.

Here is a nice and easy tutorial for it.

1

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 . screenshot

yask
  • 672