Skip to content

Instantly share code, notes, and snippets.

View LorenzoMorelli's full-sized avatar

Lorenzo Morelli LorenzoMorelli

View GitHub Profile
@LorenzoMorelli
LorenzoMorelli / open-kitty.py
Last active February 2, 2021 17:50 — forked from aunetx/open-kitty.py
A nautilus extension to open kitty in the current directory, instead of gnome-terminal.
"""
English version.
In Ubuntu 20.04 do this for installation:
1. Put this file on ~/.local/share/nautilus-python/extensions/open-kitty.py
2. Install python-nautilus: sudo apt install python-nautilus
3. Install gconf: sudo apt install gir1.2-gconf-2.0
4. Restart nautilus: nautilus -q
Enjoy!