Skip to content

Tom60chat/InstantZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstantZip

Zip everything, without wasting our time

Dependencies:

You need .NET Core 6 (Run console apps).

How to use it ?

Drag and drop

Drag the file you want to zip and drop it on InstantZip.exe

Shell

Write ./InstantZip.exe with the files you want to zip in a shell
Like: "./InstantZip.exe" ..\Release\net6.0\publish\*\ -d ./Out/ -c s

Usage:

  • InstantZip files... [-d destination] [-c compression-level]

Arguments:

  • -d destination directory/filename
  • -c compression level
    • n - No compression should be performed on the file.
    • f - The compression operation should complete as quickly as possible.
    • o - The compression operation should be optimally compressed.
    • s - The compression operation should create output as small as possible.

Made under 5 hours