An open API service indexing awesome lists of open source software.

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.

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
```