-
Notifications
You must be signed in to change notification settings - Fork 0
Compressing a file(s)
Ki Rill edited this page Apr 14, 2021
·
5 revisions
There many ways you can compress files using the Zippo Utility.
zippo zipAdd --path=... (-p=...) to tell Zippo what folder contents to zip.
zippo zip --path=/Desktop/files/mymovie.mp4It will zip mymovie.mp4 into archive.zip. You can set a different name using --name=... or -n=... options.
zippo zip --name=myzipfile.zip --path=/Desktop/files/ --file=file1.docx,file2.pdf,file3.wavUse the "," coma character to separate file names that you would like to compress.
zippo zip myzipfile.zip --ignore=file1.docx,file2.pdf,file3.wavKeep in mind that since path is not provided, it will use the default configuration: cwd.
--name is optional, it will pick up the name automatically.
If you have any questions or suggestions, or if you encounter any errors, create a GitHub issue or write me an email (rill.ki@yahoo.com).