-
Notifications
You must be signed in to change notification settings - Fork 0
Fileside
Johann N. Löfflmann edited this page May 1, 2024
·
3 revisions
Fileside is a commercial file manager on macOS. A free trial is available.
See also https://github.com/jonelo/jacksum-for-macos?tab=readme-ov-file#installation
Open a text editor and create the 1) Calc Hash Values.sh
script with the following content:
#!/bin/bash
/Applications/HashGarten.app/Contents/MacOS/bin/jacksum.sh cmd_calc "$@"
% chmod +x "1) Calc Hash Values.sh"
Name of the script | Command |
---|---|
1) Calc Hash Values.sh | /Applications/HashGarten.app/Contents/MacOS/bin/jacksum.sh cmd_calc "$@" |
2) Check Data Integrity.sh | /Applications/HashGarten.app/Contents/MacOS/bin/jacksum.sh cmd_check "$@" |
3) Customized Output.sh | /Applications/HashGarten.app/Contents/MacOS/bin/jacksum.sh cmd_cust "$@" |
4) Edit Script.sh | /Applications/HashGarten.app/Contents/MacOS/bin/jacksum.sh cmd_edit |
See also https://www.fileside.app/faq/#can-i-run-shell-scripts-on-files
Select one or multiple files, right-click and choose Open With > Other…. From here, navigate to the folder with your script (must end in .sh) and select it. It will now run with the selected files as input arguments. Thereafter, the script will be added to the standard Open With menu for later reuse.
Please note that the script must have the executable permission x set for this to work.