Inspektor helps your to view file metadata easily in a window and export it to JSON, CSV or Text file format.
- requires that you have flatpak-builder installed
- flatpak enabled
- flathub remote enabled
flatpak-builder --user --force-clean --install build-dir com.github.hezral.inspektor.yml
Ensure you have these dependencies installed
- python3
- python3-gi
- libgranite-dev
- python3
- libgtk-3-dev
- libimage-exiftool-perl
- attr
Download the updated source here, or use git:
git clone https://github.com/hezral/inspektor.git
cd inspektor
meson build --prefix=/usr
cd build
ninja build
sudo ninja install
The desktop launcher should show up on the application launcher for your desktop environment if it doesn't, try running
com.github.hezral.inspektor
- ExifTool by Phil Harvey Won't work without it.
- Extended File Attribues in Linux Gave me the idea.
- ElementaryPython This started me off on coding with Python and GTK.