HJSplit with Zenity (Thunar custom action)
Lots of large files come down split up into pieces using HJSplit. It’s a bit of a slog to do the joining manually, so here is a simple command line that solves the problem as a thunar custom action
java -jar /path_to/hjsplit_g.jar -c join -f %f
of course you need sun java installed ![]()