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
13 stars 2 forks source link

feat: zip mutliple disparate files from file explorer (for exporting to chatgpt) #121

Open EvsWorld opened 2 months ago

EvsWorld commented 2 months ago

I'm trying to find a quick way to just cmd + multi select files in the explorer and zip them to one folder so can quickly upload to chatgpt.

All the extensions I've tried will only zip the entire repo, or just zip one specific folder (I think vscode-zip-viewer is like this?)

Maybe its not possible but if it is, that would be super useful.

AdamRaichu commented 2 months ago

This is definitely possible. Unfortunately, I have a lot of backlog work to do on this extension so it will be a while before this gets in.