vscode-archive

compress/decompress for .zip, .vsix, .crx(v3), .asar, .tgz, .gzip, .br, .tar

MIT License

Stars
12

VSCode archive

compress/decompress .zip/.vsix/.crx(v3)/.asar/.tgz/.gzip/.br/.tar

Feature

decompress

decompress .zip, .vsix, .crx(v3), .asar, .tgz, .gzip, .br, .tar

compress

compress to .zip, .vsix, .asar, .tgz, .gzip, .br, .tar

Note

Bzip2

If you want to compress/decompress bzip2, the bzip2 executable program must be installed in your system and can be accessed from shell.

For MacOS and Linux users, the bzip2 normally had been pre-installed by system.

But for windows users, you need to install it.

7zip

For compress/decompress 7zip, you need to install 7zip and make sure executable program 7z accessible from shell.

You can find 7zip installation info from 7-zip official website

Thanks

  • compressing provide easy to used api for compress/decompress

My extensions

Check all here: publishers/YuTengjing