Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.07 KB

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