Skip to content

neko3cs/dnzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnzip

Zip archive cli tool made with .NET Core Tools.

Default windows archiver (it is in right click context menu) can not create encrypted zip and very slow.

So, you can use this dnzip command like linux zip command.

Download here 👉 DnZip - nuget.org

How to use

Syntax

$ dnzip [options] <archiveFilePath> <sourceDirectoryPath>
Argument Mean
archiveFilePath Archived file path that outputed by this command.
sourceDirectoryPath Target directory path that include files and directories you wanna archive.

Options

Otion Function
-r, --recursePaths Archive with the directory structure recursively.
-e, --encrypt Encrypt the archived file.

About

Zip tool made with dotnet core.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages