Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjx666/vscode-archive
compress/decompress for .zip, .vsix, .crx(v3), .asar, .tgz, .gzip, .br, .tar
https://github.com/tjx666/vscode-archive
archive asar brotli compress crx crx3 decompress gzip tar tgz vscode-extension vsix zip
Last synced: 4 months ago
JSON representation
compress/decompress for .zip, .vsix, .crx(v3), .asar, .tgz, .gzip, .br, .tar
- Host: GitHub
- URL: https://github.com/tjx666/vscode-archive
- Owner: tjx666
- License: mit
- Created: 2022-01-22T16:01:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T08:13:00.000Z (11 months ago)
- Last Synced: 2024-10-04T16:15:41.152Z (4 months ago)
- Topics: archive, asar, brotli, compress, crx, crx3, decompress, gzip, tar, tgz, vscode-extension, vsix, zip
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-archive
- Size: 13.1 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
![decompress](https://github.com/tjx666/vscode-archive/blob/main/assets/decompress.gif?raw=true)
### compress
compress to .zip, .vsix, .asar, .tgz, .gzip, .br, .tar
![compress](https://github.com/tjx666/vscode-archive/blob/main/assets/compress.png?raw=true)
## 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](https://www.google.com/search?q=bzip2+windows).
### 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](https://www.7-zip.org/)
## Thanks
- [compressing](https://github.com/node-modules/compressing) provide easy to used api for compress/decompress
## My extensions
- [Open in External App](https://github.com/tjx666/open-in-external-app)
- [Package Manager Enhancer](https://github.com/tjx666/package-manager-enhancer)
- [Neo File Utils](https://github.com/tjx666/vscode-neo-file-utils)
- [Reload Can Solve Any Problems](https://github.com/tjx666/reload-can-solve-any-problems)
- [VSCode FE Helper](https://github.com/tjx666/vscode-fe-helper)
- [Better Colorizer](https://github.com/tjx666/better-colorizer)
- [Modify File Warning](https://github.com/tjx666/modify-file-warning)
- [Power Edit](https://github.com/tjx666/power-edit)
- [Adobe Extension Development Tools](https://github.com/tjx666/vscode-adobe-extension-devtools)
- [Scripting Listener](https://github.com/tjx666/scripting-listener)Check all here: [publishers/YuTengjing](https://marketplace.visualstudio.com/publishers/YuTengjing)