Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When decompressing with --format, don't overwrite input #442

Open
marcospb19 opened this issue Jun 11, 2023 · 0 comments
Open

When decompressing with --format, don't overwrite input #442

marcospb19 opened this issue Jun 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@marcospb19
Copy link
Member

When using the --format flag, Ouch will decompress the output while overwriting the input file.

 $ touch file                           
 $ ouch compress file file.zst.zst.zst
[INFO] Successfully compressed 'file.zst.zst.zst'.
 $ ouch decompress file.zst.zst.zst --format zst   
Do you want to overwrite './file.zst.zst.zst'? [Y/n] 
...

It would be good to decompress the file without erasing the previous data.

@marcospb19 marcospb19 added the enhancement New feature or request label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant