A Python extension for Nautilus and Caja that adds an "Show EXIF" entry to the context menu (right-click → Properties) to display all EXIF metadata of image files.
- Displays EXIF metadata for image files (JPEG, PNG, TIFF, etc.).
- Native integration into Nautilus (GNOME) and Caja (MATE) context menus.
- Supports common image formats.
- Clear and structured EXIF data display.
Make sure you have installed:
- Python 3
python3-nautilus(for Nautilus) orpython3-caja(for Caja)Exiftool
On Fedora/Rpm distro:
sudo dnf install python3-nautilus python3-caja exiftoolOn Debian/Ubuntu:
sudo apt install python3-nautilus python3-caja exiftoolpip install nautilus_exiftoolif your distro don't want to installa systempackage, see manual installation or use flags --break-system-packages
pip install --break-system-packages nautilus_exiftoolnautilus -q # For Nautilus
caja -q # For CajaIf your distro doesn’t support system‑package installation (these extensions can’t be installed with pipx)
wget -qO- https://raw.githubusercontent.com/remigermain/nautilus-exiftool/refs/heads/main/install.sh | bashfor uninstall
rm -f ~/.local/share/nautilus-python/extensions/nautilus_exiftool.py ~/.local/share/caja-python/extensions/nautilus_exiftool.pyThis project is licensed under the MIT License.
