AdamRaichu / vscode-zip-viewer

An extension which allows for the manipulation of zip files in VS Code.
https://marketplace.visualstudio.com/items?itemName=AdamRaichu.zip-viewer
MIT License
10 stars 0 forks source link

feat: gzip preview without creating a file #101

Open LiveFreeAndRoam opened 4 months ago

LiveFreeAndRoam commented 4 months ago

Thanks for this tool. It's going to join my list of favs.

Is your feature request related to a problem? Please describe. I work with many gz files and I simply want to view them without the unzipped file being created.

E.g. see Gzip Decompressor extension.

Describe the solution you'd like

  1. Provide a setting that decompresses without saving the file (same behavior as Gzip Decompressor extension.
  2. Provide a setting that decompresses to a specified directory.

Describe alternatives you've considered The alternative is for me to stick with Gzip Decompressor.

Additional context N/A.

giac-fab commented 3 months ago

Similar for me What I mostly use this plugin for is: go into a zip file , copy a piece of code using "preview"

I'd like to have a lot bigger preview I'd like to have a button near "get preview", "open temporary" in a new tab Thanks