Skip to content

Compressing a file(s)

Ki Rill edited this page Dec 24, 2020 · 5 revisions

There many ways you can compress files using the Zippo Utility.

1. Zipping all files in the current working directory (cwd)

./zippo all

The all command uses the default configurations. Read more about it here.

2. Comporessing a file or a few files in a directory

./zippo name="Zip_Name" path="/Desktop/files/" file="file1.docx|file2.pdf|file3.wav"

Use the "|" bar character to separate file names that you would like to compress.

3. Excluding some files from compression

./zippo name="Zip_Name" ignore="file1.docx|file2.pdf|file3.wav"

Keep in mind that since path is not provided, it will use the default configuration: cwd.

Clone this wiki locally