https://github.com/terciotales/phpstorm-nautilus
Adds "Open in PHPStorm" option to Ubuntu right-click menu.
https://github.com/terciotales/phpstorm-nautilus
nautilus phpstorm python right-click-menu ubuntu
Last synced: 8 months ago
JSON representation
Adds "Open in PHPStorm" option to Ubuntu right-click menu.
- Host: GitHub
- URL: https://github.com/terciotales/phpstorm-nautilus
- Owner: terciotales
- License: unlicense
- Created: 2023-04-28T16:24:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:31:40.000Z (11 months ago)
- Last Synced: 2024-11-22T19:34:21.928Z (11 months ago)
- Topics: nautilus, phpstorm, python, right-click-menu, ubuntu
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpstorm-nautilus
> Este script cria um atalho no menu de clique direito do Ubuntu para abrir o diretório no PHPStorm.
## Pré-requisitos
* Ubuntu 20.04 ou superior (não testado em versões anteriores)
* PHPStorm## Instalando
Para configurar o atalho, rode o seguinte comando:
Ubuntu:
```
wget -qO- https://raw.githubusercontent.com/terciotales/phpstorm-nautilus/main/install.sh | bash
```## Desinstalando
Para desinstalar o atalho, rode o seguinte comando:
Ubuntu:
```
rm -f ~/.local/share/nautilus-python/extensions/phpstorm-nautilus.py
```## English
> This script creates a shortcut in the Ubuntu right-click menu to open the directory in PHPStorm.
## Prerequisites
* Ubuntu 20.04 or higher (not tested on earlier versions)
* PHPStorm## Installing
To set up the shortcut, run the following command:
Ubuntu:
```
wget -qO- https://raw.githubusercontent.com/terciotales/phpstorm-nautilus/main/install.sh | bash
```## Uninstalling
To remove the shortcut, run the following command:
Ubuntu:
```
rm -f ~/.local/share/nautilus-python/extensions/phpstorm-nautilus.py
```