Skip to content

hezral/inspektor

Repository files navigation

icon

Get it on AppCenter

Buy Me A Coffee

Inspektor helps your to view file metadata easily in a window and export it to JSON, CSV or Text file format.

Screenshot 01 Screenshot 02 Screenshot 03
Screenshot 03 Screenshot 03

Installation

Build using flatpak

  • 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

Build using meson

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

Thanks/Credits