new variable terminal entry in contextmenu
Project description
nautilus-open-any-terminal
is an extension for nautilus, which adds an context-entry for opening other terminal emulators than gnome-terminal
.
Supported Terminal Emulators
Right now the plugin is limited to these terminal emulators. If one is missing please open an issue.
alacritty
cool-retro-term
deepin-terminal
foot
/footclient
gnome-terminal
guake
hyper
kermit
kgx
(GNOME Console)kitty
konsole
mate-terminal
mlterm
qterminal
sakura
st
properly patchedterminator
terminology
termite
tilix
urxvt
urxvtc
wezterm
xfce4-terminal
Installing
From the AUR (Arch Linux)
yay -S nautilus-open-any-terminal
Nixpkgs (NixOS)
nix-env -iA nixos.nautilus-open-any-terminal
From PYPI
Dependency to install before: nautilus-python
(python-nautilus
/python3-nautilus
(newer) package on Debian / Ubuntu)
User install:
pip install --user nautilus-open-any-terminal
System-wide install:
pip install nautilus-open-any-terminal
restart nautilus
Then kill Nautilus to allow it to load the new extension:
nautilus -q
If it does not work, try using the following command (from this repository):
sudo tools/update-extension-user.sh install # for a user install
sudo tools/update-extension-system.sh install # for a system-wide install
Settings
To configure the plugin’s behaviour make sure to run (system-wide):
glib-compile-schemas /usr/share/glib-2.0/schemas
or for (user-wide) installation:
glib-compile-schemas ~/.local/share/glib-2.0/schemas/
via dconf-editor
via command-line
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal alacritty
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal keybindings '<Ctrl><Alt>t'
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal new-tab true
Uninstall
since setup.py
does not provide a natively uninstall method the scripts have an uninstall option.
sudo tools/update-extension-user.sh uninstall # for a user uninstall
sudo tools/update-extension-system.sh uninstall # for a system-wide uninstall
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nautilus_open_any_terminal-0.3.0.tar.gz
.
File metadata
- Download URL: nautilus_open_any_terminal-0.3.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece99519ef3c3d39cc6df57e05fde1873f39ae149704924183d48146840e99b8 |
|
MD5 | 3fa2a907295ec7757ec8af0d5046f9b6 |
|
BLAKE2b-256 | d982d409097d1386b85bbb7ecba4503c67a8309e06eaa83c24069c734e13b461 |
File details
Details for the file nautilus_open_any_terminal-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: nautilus_open_any_terminal-0.3.0-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19125f50a1cc737358a1506f434dcd61b4bb941c962f9d88fc2bb45852388de3 |
|
MD5 | 716f0e4d033b8773ba4b029609a9e7b5 |
|
BLAKE2b-256 | 270e0f2b6dc81afc896d4ee712ed9a2a9412d2401f8e83f4ccf01a87befef274 |