37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
# kitty-nautilus
|
|
|
|
Simple nautilus-python extension for kitty integration (like
|
|
gnome-terminal-nautilus or gnome-console-nautilus).
|
|
|
|
## Dependencies
|
|
|
|
- [kitty](https://github.com/kovidgoyal/kitty/)
|
|
- [nautilus](https://gitlab.gnome.org/GNOME/nautilus/)
|
|
- [nautilus-phython](https://gitlab.gnome.org/GNOME/nautilus-python/)
|
|
|
|
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`.
|
|
|
|
- [API Reference]
|
|
|
|
[API Reference]: https://gnome.pages.gitlab.gnome.org/nautilus-python/class-nautilus-python-menu-provider.html
|