A collection of Nautilus file manager extensions that add convenient context menu options for opening folders in different applications.
- Open in Terminator: Adds a context menu option to open the selected folder in a Terminator terminal
- Open in VS Code: Adds a context menu option to open the selected folder in Visual Studio Code
- Open in Kiro: Adds a context menu option to open the selected folder in Kiro
- Python 3
- Nautilus file manager
- Python-Nautilus
python3-nautilus - GNOME libraries (
python3-giandgi.repository) - Terminator terminal (for the Terminator extension)
- Visual Studio Code (for the VS Code extension)
- Kiro (for the Kiro extension)
-
Copy the extension files to your Nautilus extensions directory:
sudo cp open_in_terminator.py open_in_vscode.py open_in_kiro.py ~/.local/share/nautilus-python/extensions -
Restart Nautilus to load the extensions:
nautilus -q
- Right-click on a folder and select "Open in Terminator" or "Open in VS Code" or "Open in Kiro"
- Right-click on empty space in a folder and select "Open in Terminator" or "Open in VS Code" to open the current folder
This project is open source and available under the MIT License.