Skip to content

Commit

Permalink
asciinema recording
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo authored Apr 5, 2024
1 parent 643ed1b commit b010e60
Showing 1 changed file with 1 addition and 88 deletions.
89 changes: 1 addition & 88 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,94 +63,7 @@ $ bunzip2 < jacksum*.tar.bz2 | tar xfv - ; cd jacksum-file-browser-integration/

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.

```
$ ./jacksum-file-browser-integration.sh
>>> Jacksum/HashGarten File Browser Integration v2.4.0 <<<
https://jacksum.net
Info:
If you want to install Jacksum/HashGarten in Dolphin, Konqueror, or Krusader
for all users, please run this script as root.
--------------------------------------------------------------------------------
Menu:
1 - Install in Dolphin, Konqueror, or Krusader for user johann
2 - Install in GNOME Files (Nautilus) for user johann (DISABLED)
3 - Install in ROX-Filer for user johann (DISABLED)
4 - Install in Thunar for user johann (DISABLED)
5 - Install in Xfe for user johann (DISABLED)
6 - Install in Nemo for user johann (DISABLED)
7 - Install in Caja for user johann (DISABLED)
8 - Install in Elementary Files for user johann
9 - Install in SpaceFM for user johann
u - Show the uninstall menu
q - Quit the installer
--------------------------------------------------------------------------------
Enter option: 9
Current parameters:
[java]: /usr/bin/java
[jacksum-3.7.0.jar]: /home/johann/Downloads/jacksum-file-browser-integration/jacksum-3.7.0.jar
[HashGarten-0.14.0.jar]: /home/johann/Downloads/jacksum-file-browser-integration/HashGarten-0.14.0.jar
[Viewer]: /usr/bin/zenity
[Editor]: /usr/bin/gedit
[direct accessible algorithms]:
A JDK or JRE is required. If you use a headless JDK/JRE, you cannot use HashGarten which is a GUI for Jacksum.
You could go to https://adoptium.net for example to obtain a full JDK/JRE.
Type the absolute path to "java"
and press "Enter" to continue [/usr/bin/java]:
The jar files Jacksum, HashGarten, and FlatLaf have to be stored in the same folder. The script won't copy those files anywhere, but during runtime it expects those binaries to be there at the specified location after the installation.
Type the absolute path to "jacksum-3.7.0.jar"
and press "Enter" to continue [/home/johann/Downloads/jacksum-file-browser-integration/jacksum-3.7.0.jar]:
Type the absolute path to "HashGarten-0.14.0.jar"
and press "Enter" to continue [/home/johann/Downloads/jacksum-file-browser-integration/HashGarten-0.14.0.jar]:
To view text output, you need to specify a viewer or an editor.
Type the absolute path to "viewer"
and press "Enter" to continue [/usr/bin/zenity]:
To use the "Edit the script" feature, you need to specify an editor.
Type the absolute path to "editor"
and press "Enter" to continue [/usr/bin/gedit]:
Do you want to access some algorithms directly without the HashGarten GUI?
Type n to disable direct access to algorithms, type p or any other key to use the previous selection [n]:
Current parameters:
[java]: /usr/bin/java
[jacksum-3.7.0.jar]: /home/johann/Downloads/jacksum-file-browser-integration/jacksum-3.7.0.jar
[HashGarten-0.14.0.jar]: /home/johann/Downloads/jacksum-file-browser-integration/HashGarten-0.14.0.jar
[Viewer]: /usr/bin/zenity
[Editor]: /usr/bin/gedit
[direct accessible algorithms]:
Do you want to use the parameters above? [y]:
Removing jacksum.sh: [ NOT INSTALLED ]
Removing jacksum scripts: [ NOT INSTALLED ]
Found Jacksum 3.7.0: [ OK ]
Installing jacksum.sh: [ OK ]
Note: Please close all SpaceFM instances manually.
Please hit any key when you are ready:
Creating a folder for all scripts: [ OK ]
Installing scripts: [ OK ]
Installation finished.
Press any key to continue ...
```
<a href="https://asciinema.org/a/651074" target="_blank"><img src="https://asciinema.org/a/651074.svg" /></a>

## FAQs

Expand Down

0 comments on commit b010e60

Please sign in to comment.