Skip to content

zipwin is a CLI tool to create ZIP file that can be extracted on Windows without encoding issues.

License

Notifications You must be signed in to change notification settings

masamallow/zipwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipwin

zipwin is a CLI tool to create ZIP file that can be extracted on Windows without encoding issues.

Installation

🚧 This project is under development. 🚧

Currently, you need to build from source:

# After clone this repository and change directory
cargo build --release
cd target/release
chmod +x zipwin
mv zipwin /usr/local/bin/

Usage

Basic usage

To create a ZIP file from a directory:

zipwin <directory>

By default, the output file will be named <directory_name>.zip.

Specify an output file name

zipwin <target_directory> <output_file.zip>

About

zipwin is a CLI tool to create ZIP file that can be extracted on Windows without encoding issues.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages