DEV Community

özkan pakdil
özkan pakdil

Posted on • Originally published at ozkanpakdil.github.io on

Add `open with intellij` into context menu in linux mint

Add code below to ~/.local/share/nemo/actions/intellij.nemo_action

[Nemo Action]
Name=Open in Intellij
Comment=Open in Intellij
Exec=intellij-idea-community "%F"
Icon-Name=intellij
Selection=Any
Extensions=dir;

Enter fullscreen mode Exit fullscreen mode

Then in files go to folder you want to open with intellij then right click and choose open in intellij.

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay