https://github.com/kechako/zip4win
zip4win creats a zip archive with a file name that has been normalized in NFC.
https://github.com/kechako/zip4win
golang zip
Last synced: 5 months ago
JSON representation
zip4win creats a zip archive with a file name that has been normalized in NFC.
- Host: GitHub
- URL: https://github.com/kechako/zip4win
- Owner: kechako
- License: mit
- Created: 2016-09-09T09:08:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T13:13:28.000Z (almost 3 years ago)
- Last Synced: 2026-01-11T11:33:17.364Z (5 months ago)
- Topics: golang, zip
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zip4win
zip4win creats a zip archive with a file name that has been normalized in NFC.
zip4win sets the UTF-8 flag to local file headers.
## Installation
```sh
$ go get -u github.com/kechako/zip4win/cmd/zip4win
```
## Usage
```sh
$ zip4win zipfile file ...
```