jubako / arx

Store files and directory in an archive. Like tar, but faster and with direct random access.
MIT License
151 stars 2 forks source link

Introduce option `root-dir` to extract. #56

Closed mgautierfr closed 2 months ago

mgautierfr commented 2 months ago

This allow to extract from a directory as root, instead of true root of archive.

This is equivalent to a "cd " before walking tree and filter.

Fix #47

This also add the same option to mount sub_command simply because we can.