
7zip current file
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
makes a high compression-ratio 7zip archive containing current file.
Installation:
- Open Krusader's Konfigurator
- Choose "User Actions -> Import Action"
Note:
With used parameters, 7z uses about 110MB RAM for packing and 8MB for unpacking. If you do not have enough (hard disk swap is used, so it is much slower), change the parameter -md=8m to a lower value. It will use d*9.5+34 MB.
If you want to speed up the process, then set -mx or -mfb to a lower
value.
Codeknight
12 years ago
http://www.krusader.org/phpBB/viewtopic.php?t=1989
btw. 7z is supported since krusader-1.80.0 natively, but to win speed you can create a keybinding for this action
Report
javiz
14 years ago
Report