https://github.com/encounter/jetbrains-nautilus
Nautilus extension for JetBrains Toolbox products
https://github.com/encounter/jetbrains-nautilus
Last synced: 7 months ago
JSON representation
Nautilus extension for JetBrains Toolbox products
- Host: GitHub
- URL: https://github.com/encounter/jetbrains-nautilus
- Owner: encounter
- License: unlicense
- Created: 2021-05-17T19:54:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T20:18:32.000Z (about 5 years ago)
- Last Synced: 2025-10-13T19:19:08.802Z (8 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jetbrains-nautilus
Adds context actions to launch files or directories in any installed product
from [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app).
Finding manually-installed JetBrains products is currently unsupported, but PRs are welcome.

Inspired by & installation script from [code-nautilus](https://github.com/harry-cpp/code-nautilus).
## Automatic installation
Available in [Arch Linux AUR (jetbrains-nautilus-git)](https://aur.archlinux.org/packages/jetbrains-nautilus-git), otherwise:
```
wget -qO- https://raw.githubusercontent.com/encounter/jetbrains-nautilus/master/install.sh | bash
```
## Manual installation
- Ensure the package `python-nautilus` is installed.
- (`nautilus-python` for yum-based distros)
- Copy `jetbrains-nautilus.py` from this repo to `~/.local/share/nautilus-python/extensions`.
## Uninstallation
```
rm ~/.local/share/nautilus-python/extensions/jetbrains-nautilus.py
```