Home

Awesome

GitHub downloads

Jacksum File Browser Integration on GNU/Linux

The installer script installs Jacksum and HashGarten which allow accessing Jacksum's primary features from the GNU/Linux file browser/file manager's script menu.

System Requirements

Supported File Browsers

The installation script has been tested successfully for many file browsers on many systems. If the API has not changed, the script should work with later minor or patch versions as well. See also the head of the installer script for details.

If your preferred file manager is not listed below, chances are high that your file manager supports at least drag & drop, so you could use drag & drop to transfer file/directory-paths from your file manager to the HashGarten GUI where you can process data further, e. g. calculate hashes from file/directory-paths.

File BrowserTested VersionsAPIComment
Caja1.12.0 - 1.26.0CajaIt is the default file manager for the MATE desktop environment. It is a fork of Nautilus version 2.32.
Dolphin2.2 - 21.12.3KDEDefault file manager on KDE-powered distributions.
elementary files6.2.1 - 6.5.2elementary contracts"elementary files" is the file manager used by the elementary OS.
GNOME Files (Nautilus)2.6.1 - 24.6GNOMEDefault file manager for GNOME-powered distributions like Fedora, Ubuntu or Zorin OS.
Konqueror3.4.1 - 4.4.2KDEKonqueror was the file manager for KDE before it was replaced by Dolphin starting with KDE 4.
Krusader2.7.2KDEKrusader is a file manager for KDE.
muCommander1.3.0muCommandermuCommander is a cross platform file manager written in Java.
Nemo1.8.4 - 6.0.2NemoNemo is Linux Mint's default file manager in Cinnamon desktop edition. It is a fork of Nautilus 3.4.
PCManFM1.3.2PCManFMPCManFM is a file manager for GTK.
PCManFM-Qt0.17PCManFMPCManFM is a Qt port of PCManFM
ROX-Filer2.5 - 2.24.33ROXROX-Filer is the file manager for the desktop environment "ROX Desktop".
SpaceFM1.0.6SpaceFMSpaceFM is a file manager on Linux.
Thunar1.0.1 - 1.6.10ThunarIt is the default choice for Xfce-based distributions.
Xfe1.37 - 1.43.2XfeX File Explorer (Xfe) is a file manager on Linux.
zzzFM1.0.7zzzFMA file manager for the antiX Linux.

Get started

Download the latest installation script

Go to https://github.com/jonelo/jacksum-fbi-linux/releases and download the .tar.bz2 file.

Extract the installation script

On most GNU/Linux derivates, and on macOS you can enter

$ tar xfvj jacksum*.tar.bz2 ; cd jacksum-file-browser-integration/

On most Unix derivates, such as Sun/Oracle Solaris you can enter

$ bunzip2 < jacksum*.tar.bz2 | tar xfv - ; cd jacksum-file-browser-integration/

Start the installation script

The installation script is an interactive text user interface that allows you to install Jacksum and HashGarten in your file manager. It also allows uninstalling it again safely and completely. You can run the script as often as you want. If a file manager is not detected on your system, it is marked as DISABLED.

<a href="https://asciinema.org/a/651074" target="_blank"><img src="https://asciinema.org/a/651074.svg" /></a>

FAQs

Where can I file bugs, feature requests, and support requests?

Please go to https://github.com/jonelo/jacksum-fbi-linux/issues

I have installed Krusader, but the installer marked it as DISABLED

On systems without KDE, you need to install both the krusader and the kf5-config package in order to make it work.

The installer marked all entries as DISABLED

Most likely, you are running a non-supported file manager. If you think it should be supported, please file a feature request. Please note that the file browser must support sending highlighted files or directories or selected files or directories to a 3rd party application such as a script.

How do I get the latest Java?

Debian based Linux (e.g. Ubuntu)

$ sudo apt install openjdk-21-jre

You just need to enter /usr/bin/java (or hit Enter) if the jacksum-file-browser-integration.sh asks you for the java command:

$ ./jacksum-file-browser-integration.sh
...
Type the absolute path to "java"
and press "Enter" to continue [/usr/bin/java]: 

Other Linux

You could use the update_jdk script from the bashberries project in order to get a suitable JDK. The following example downloads Temurin 21 (that is the JDK 21 from adoptium), and installs it to /opt/java/jdk_latest:

$ sudo ./update_jdk -s "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_linux_hotspot_21.0.2_13.tar.gz" -t jdk /opt/java

You just need to enter /opt/java/jdk_latest/bin/java if the jacksum-file-browser-integration.sh asks you for the java command:

$ ./jacksum-file-browser-integration.sh
...
Type the absolute path to "java"
and press "Enter" to continue [/usr/bin/java]: /opt/java/jdk_latest/bin/java

Further hints

For more information about Jacksum see also https://jacksum.net or https://github.com/jonelo/jacksum

For more information about HashGarten see also https://jacksum.net or https://github.com/jonelo/HashGarten

There are also File Browser Integration scripts available for both Microsoft Windows, see also https://github.com/jonelo/jacksum-fbi-windows, and macOS, see also https://github.com/jonelo/jacksum-fbi-macos

Show your support

Please ⭐️ this repository if this project helped you!