https://github.com/mcsmanager/zip-tools
A lightweight compression and decompression tool.
https://github.com/mcsmanager/zip-tools
Last synced: 2 months ago
JSON representation
A lightweight compression and decompression tool.
- Host: GitHub
- URL: https://github.com/mcsmanager/zip-tools
- Owner: MCSManager
- License: mit
- Created: 2024-03-28T08:25:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T11:48:53.000Z (5 months ago)
- Last Synced: 2025-03-27T15:52:33.482Z (3 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File-Zip
A lightweight compression and decompression tool.
## Features
Unzip a ZIP file
```bash
./file-zip -mode 2 --zipPath MyZip.zip --DistDirPath MyDir --code utf-8
```- `--code`: `utf-8`, `gbk`, `big5`, `shift_jis`, `euckr`
Compress multiple files
```bash
./file-zip -mode 1 --file test1.txt --file TestDir --file test2.txt --zipPath NewZip.zip
```### License
Released under the MIT License.