DEV Community

özkan pakdil
özkan pakdil

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

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

If you install the Fleet from JetBrains Toolbox you can use the config below. Add code below to ~/.local/share/nemo/actions/fleet.nemo_action

[Nemo Action]
Name=Open in Fleet
Comment=Open in Fleet
Exec=/home/USERHOME/.local/share/JetBrains/Toolbox/apps/fleet/bin/Fleet "%F"
Icon-Name=Fleet
Selection=Any
Extensions=dir;

Enter fullscreen mode Exit fullscreen mode

Do not forget to change the USERHOME to your user home path. Then in files go to folder you want to open with intellij then right click and choose open in intellij.

Top comments (0)