Skip to content

Releases: Tom60chat/InstantZip

v1.1.0

18 Mar 23:35
Compare
Choose a tag to compare

Fixs

  • Fix some issues

v1.0.1

18 Mar 20:27
Compare
Choose a tag to compare

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.

v1.0.0

18 Mar 20:22
583a882
Compare
Choose a tag to compare

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.