{"id":13614338,"url":"https://github.com/gedex/unzipall","last_synced_at":"2025-04-09T14:24:06.509Z","repository":{"id":28629348,"uuid":"32148172","full_name":"gedex/unzipall","owner":"gedex","description":"Unzip all zip files","archived":false,"fork":false,"pushed_at":"2016-10-31T09:03:24.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T08:24:27.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gedex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-13T09:48:27.000Z","updated_at":"2016-10-31T09:03:24.000Z","dependencies_parsed_at":"2022-08-02T12:43:37.271Z","dependency_job_id":null,"html_url":"https://github.com/gedex/unzipall","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/gedex%2Funzipall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Funzipall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Funzipall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Funzipall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/unzipall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054362,"owners_count":21039987,"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":[],"created_at":"2024-08-01T20:01:00.315Z","updated_at":"2025-04-09T14:24:06.488Z","avatar_url":"https://github.com/gedex.png","language":"Go","readme":"unzipall\n========\n\nUnzip all zip files in `src` directory to `dst` directory.\n\n## Install\n\n```\ngo install github.com/gedex/unzipall\n```\n\n## Instruction\n\nSuppose you have directory `mydir`:\n\n```\ntree mydir\nmydir/\n├── sub\n│   ├── 1.zip\n│   └── 2.zip\n└── README\n\n1 directory, 3 files\n```\n\nRunning `unzipall` with:\n\n```\nunzipall -src=./mydir/ -dst=./mydir/\n```\n\nwill result in:\n\n```\ntree mydir\nmydir/\nREADME\n└── sub\n    ├── 1\n    │   └── a.bin\n    ├── 1.zip\n    ├── 2\n    │   └── b.bin\n    └── 2.zip\n\n3 directories, 5 files\n```\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Funzipall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Funzipall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Funzipall/lists"}