# Zip-Tools **Repository Path**: mcsmanager/Zip-Tools ## Basic Information - **Project Name**: Zip-Tools - **Description**: 一个轻量级的解压和压缩工具,为 MCSManager 设计。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.