rardecode icon indicating copy to clipboard operation
rardecode copied to clipboard

I created a CLI for this

Open coolaj86 opened this issue 5 months ago • 0 comments

runzip:

  • https://github.com/therootcompany/runzip

Usage

USAGE
    runzip <archive.rar> [./dst/]

EXAMPLES
    runzip ./archive.rar                 # ./inner-dir/
    runzip ./archive.rar ./existing-dir/ # ./existing-dir/inner-dir/
    runzip ./archive.rar ./new-dir/      # ./new-dir/

Special feature: it ensures exactly one containing folder - either by creating a folder within the given output directory, or by denesting the containing folder after extraction.

Install

  • https://webinstall.dev/runzip
  • https://github.com/therootcompany/runzip/releases

coolaj86 avatar Sep 14 '24 21:09 coolaj86