{"id":13344136,"url":"https://github.com/InternalError503/Qzip","last_synced_at":"2025-03-12T06:31:15.509Z","repository":{"id":88806123,"uuid":"66932249","full_name":"InternalError503/Qzip","owner":"InternalError503","description":"Source repo for QuickZip","archived":false,"fork":false,"pushed_at":"2016-09-01T00:51:55.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T16:50:59.121Z","etag":null,"topics":["c-sharp","compression","csharp","vb-net","vbnet","windows","windows-forms","zip"],"latest_commit_sha":null,"homepage":null,"language":"Visual Basic","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InternalError503.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-30T10:49:15.000Z","updated_at":"2023-08-23T14:45:21.000Z","dependencies_parsed_at":"2023-06-12T18:27:10.382Z","dependency_job_id":null,"html_url":"https://github.com/InternalError503/Qzip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternalError503%2FQzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternalError503%2FQzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternalError503%2FQzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternalError503%2FQzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InternalError503","download_url":"https://codeload.github.com/InternalError503/Qzip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171652,"owners_count":20247878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","compression","csharp","vb-net","vbnet","windows","windows-forms","zip"],"created_at":"2024-07-29T19:32:27.824Z","updated_at":"2025-03-12T06:31:15.501Z","avatar_url":"https://github.com/InternalError503.png","language":"Visual Basic","funding_links":[],"categories":[],"sub_categories":[],"readme":"QuickZip\n========\n\n#### What it does: \nA simple .net based archive utility that allows fast creation or extractions of `*.zip` archives.\n\n#### Why make it:\nI wanted something fast simple and down to the point without including a 3rd party library or tool like 7zip.\n\n#### Why release it:\nSomeone may find it useful to use in one of there project or helping as a reference.\n\n#### Why write it in vb.net and C#:\nAs shown in [why release it](#Why-release-it)\n\n#### What license is it under:\nSource code released under [MPL 2.0](https://www.mozilla.org/MPL/2.0/)\n\n### Commands:\n\n| Command | Result |\n|:----------:|-------------|\n| -D= | `*`Path of the folder you want the archive from, `*`Path of archive you want to extract from.|\n| -O= | `*`Path to output generated archive (*.zip automatically added), `*`Path to output archive contents.|\n| -X | Extracts a archive when used with `-D` and `-O`|\n| -M(N) | (`0` = Never overwrite, `1` = Overwrite only if newer, `2` = Always overwrite _[Default]_)|\n| -F | Force overwrite mode 2 (Always Overrite)|\n| -B | Include base folder directory. (When building archives)|\n| -C(N) | (`0` = Optimal possible compression, `1` = Fastest possible compression, `2` = No compression _[Default]_)|\n\n##### Optional Arguments:\n\n| Command | Optional |\n|:----------:|-------------|\n| -B | True |\n| -C(N) | True |\n| -M(N) | True |\n| -F | True |\n\n##### Argument `-C(N)`:\n\n| Command | Use |\n|:----------:|-------------|\n| -C(N) | Number 0-2 |\n| -C0 | Optimal possible compression |\n| -C1 | Fastest possible compression |\n| -C2 | No compression |\n\n##### Argument `-M(N)`:\n\n| Command | Use |\n|:----------:|-------------|\n| -M(N) | Number 0-2 |\n| -M0 | Never overwrite |\n| -M1 | Overwrite only if newer |\n| -M2 | Always overwrite |\n\n##### Argument Extract Overrite:\n\nBy default extracting prompts for user input (Use `-F` to skip):\n\n| Command | Use |\n|:----------:|-------------|\n| Input | Yes (Y) \\ No (N) \\ All (A) |\n| Y | Confirms overwrite |\n| N | Skips current file |\n| A | Always overwrite all files |\n| Exit | Will terminate program |\n\n\nFor items marked with __*__ are required template parameters all parameters must be set.\n\n#### Usage example:\n\nCreate archive from a directory: `Qzip.exe -d=somefolder -o=somefolder.zip -c1 -b`\n\nExtract archive to a directory: `Qzip.exe -d=somefolder.zip --o=somefolder -x -m1`\n\n\n##### To-Do: (Highly Optional Ideas)\n- ~~Add type of overwrite settings, i.e overwrite files only if newer or never overwrite.~~\n- ~~Add type of comfirmation on overwrite that can be forced by an argument to skip user input.~~\n- Currently we delete the archive and make a new one every time, Need an option to just update the existing.\n- Maybe have compressing feedback, Improve extracting feedback.\n- ~~Maybe add better command line aguments then current.~~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInternalError503%2FQzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInternalError503%2FQzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInternalError503%2FQzip/lists"}