fs icon indicating copy to clipboard operation
fs copied to clipboard

When zipping a directory, allow the parent directories to be elided

Open borkdude opened this issue 3 years ago • 0 comments

E.g.:

(fs/zip "foo.zip" [{:path "foo/bar/baz" :root "foo/bar"}])

TODO: look at how Python, Ruby and Node.js do this and also clj-commons/fs.

Alternative 1: provide a function to do the renaming of file path on disk and entry in zip

borkdude avatar Jun 01 '22 13:06 borkdude