https://github.com/GNOME/sushi
Read-only mirror of https://gitlab.gnome.org/GNOME/sushi
https://github.com/GNOME/sushi
Last synced: 7 months ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/sushi
- Host: GitHub
- URL: https://github.com/GNOME/sushi
- Owner: GNOME
- License: other
- Created: 2012-06-03T02:55:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-11-09T17:48:20.000Z (7 months ago)
- Last Synced: 2025-11-09T19:21:57.708Z (7 months ago)
- Language: C
- Homepage: https://gitlab.gnome.org/GNOME/sushi
- Size: 1.11 MB
- Stars: 154
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-gnome - sushi - Preview the selected folder or file by hitting <kbd>Space</kbd>. (Files (Nautilus) / Extensions)
README
# Sushi
This is Sushi, a quick previewer for Files (nautilus), the GNOME desktop file manager.
## Using Sushi
Sushi is a DBus-activated service. For Sushi to popup, applications will have to call the `ShowFile` method on the `org.gnome.NautilusPreviewer2` interface.
If you want to debug Sushi without a calling application, you can use the `sushi ` command.
## Reporting issues
Before filing an issue here, confirm that it has not been fixed on the latest nightly build. The easiest way to do this is by installing the nightly flatpak.
```
flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
flatpak install gnome-nightly org.gnome.NautilusPreviewerDevel
```
After installing the nightly flatpak, you can launch Sushi via the below command, or by initiating a preview from the NautilusDevel nightly flatpak.
`flatpak run org.gnome.NautilusPreviewerDevel `