gios / gzipper

CLI for compressing files.
https://www.npmjs.com/package/gzipper
GNU General Public License v3.0
68 stars 13 forks source link

file without extension will have some wrong #95

Closed dwhmofly closed 4 months ago

dwhmofly commented 2 years ago

the comressed file extension will be "..br" (brotli) use --output-file-format [filename].[compressExt].[ext] will be ".br."

Is it possible to add a option [ext?] and use --output-file-format [filename].[compressExt][ext?] will be ".br"(without extension) or ".br.xx" (with extension)

gios commented 4 months ago

Hello, can you try to use --output-file-format [filename].[compressExt] instead?

gios commented 4 months ago

You can try to test latest v8.0.0. This issue might have been fixed in this release.