Jonas Kattendick 0d748e6706 fix: migrate to nautilus api 4.0
The new Version introduced a breaking change to the MenuProvider
interface. This change keeps compatibility with the lower version.

See: <https://gnome.pages.gitlab.gnome.org/nautilus-python/nautilus-python-migrating-to-4.html>
2022-12-29 14:14:31 +01:00
2022-09-25 00:39:28 +02:00
2022-09-24 23:55:38 +02:00

kitty-nautilus

Simple nautilus-python extension for kitty integration (like gnome-terminal-nautilus or gnome-console-nautilus).

Dependencies

Your distribution most likely has a nautilus-python package.

Install

Use make install to install the extension globally. To uninstall run make remove. You may place the extension in any of the directories from which nautilus-python accepts extensions:

  • $XDG_DATA_HOME/nautilus-python/extensions/
  • $XDG_DATA_DIRS/nautilus-python/extensions/

See https://gitlab.gnome.org/GNOME/nautilus-python/#nautilus-python for additional information.

After installing or uninstalling, you must quit and restart nautilus for the change to take effect (nautilus -q).

Development

Exit nautilus with nautilus --quit and run nautilus with additional debugging output with nautilus --no-desktop.

Description
Simple nautilus-python extension for kitty integration
Readme 34 KiB
Languages
Python 82.4%
Makefile 17.6%