https://github.com/yak0d3/multizipper
MultiZipper is a mini-application that makes it easy to compress multiple files in a folder each to one zip file.
https://github.com/yak0d3/multizipper
archive archiving c-sharp dotnet multi-zipper windows windows-desktop zip zipper
Last synced: 2 months ago
JSON representation
MultiZipper is a mini-application that makes it easy to compress multiple files in a folder each to one zip file.
- Host: GitHub
- URL: https://github.com/yak0d3/multizipper
- Owner: yak0d3
- License: gpl-2.0
- Created: 2018-05-14T05:09:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T05:21:07.000Z (about 8 years ago)
- Last Synced: 2024-12-27T20:29:20.622Z (over 1 year ago)
- Topics: archive, archiving, c-sharp, dotnet, multi-zipper, windows, windows-desktop, zip, zipper
- Language: C#
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiZipper
MultiZipper is a mini-application that makes it easy to zip files in a folder; each to one zip file.
The first version of this application is very basic, i didn't include any special features but some people might find it helpful.
[+] FEATURES:
* ZIP all of your files inside a directory each to one zip file with several clicks.
* Set a specific extension to be searched for in the directory and zipped.
** This version is only for testing purposes, i will add more advanced features in case i find this app is helping people out **
[+] How It Works:
1) Build the project.
2) Open the exe file.
3) Choose the directory containing the files you want to zip.
4) Choose the ouputs directory.
5) Choose a specific extension (optional).
6) Click on START button.