Este script cria um atalho no menu de clique direito do Ubuntu para abrir o diretório no PHPStorm.
- Ubuntu 20.04 ou superior (não testado em versões anteriores)
- PHPStorm
Para configurar o atalho, rode o seguinte comando:
Ubuntu:
wget -qO- https://raw.githubusercontent.com/terciotales/phpstorm-nautilus/main/install.sh | bash
Para desinstalar o atalho, rode o seguinte comando:
Ubuntu:
rm -f ~/.local/share/nautilus-python/extensions/phpstorm-nautilus.py
This script creates a shortcut in the Ubuntu right-click menu to open the directory in PHPStorm.
- Ubuntu 20.04 or higher (not tested on earlier versions)
- PHPStorm
To set up the shortcut, run the following command:
Ubuntu:
wget -qO- https://raw.githubusercontent.com/terciotales/phpstorm-nautilus/main/install.sh | bash
To remove the shortcut, run the following command:
Ubuntu:
rm -f ~/.local/share/nautilus-python/extensions/phpstorm-nautilus.py