{"id":22326478,"url":"https://github.com/thecodesmith/unzip-recursive","last_synced_at":"2025-08-08T15:43:58.264Z","repository":{"id":84776795,"uuid":"438858578","full_name":"thecodesmith/unzip-recursive","owner":"thecodesmith","description":"Unzip .jar, .tgz and .zip files recursively","archived":false,"fork":false,"pushed_at":"2021-12-16T04:48:47.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T07:32:39.975Z","etag":null,"topics":["log4j","log4shell"],"latest_commit_sha":null,"homepage":"","language":"Python","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/thecodesmith.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-16T04:24:15.000Z","updated_at":"2024-10-11T21:53:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b1424a7-cbfb-4680-b4db-9ed52e49616b","html_url":"https://github.com/thecodesmith/unzip-recursive","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/thecodesmith%2Funzip-recursive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Funzip-recursive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Funzip-recursive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Funzip-recursive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodesmith","download_url":"https://codeload.github.com/thecodesmith/unzip-recursive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598317,"owners_count":20641884,"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":["log4j","log4shell"],"created_at":"2024-12-04T02:17:50.869Z","updated_at":"2025-03-26T06:12:45.748Z","avatar_url":"https://github.com/thecodesmith.png","language":"Python","readme":"# Unzip Recursive\n\n_Unzip .jar, .tgz and .zip files recursively_\n\n## Usage\n\n    ❯ ./unzip-recursive.py help\n    Usage:\n        unzip-recursive [files|directories]\n\n    Examples:\n        unzip-recursive .\n        unzip-recursive *.jar *.tar.gz\n\nThis extracts each archive file into a directory next to it named `\u003carchive-name\u003e.contents`.\nOnce extracted, this is useful for things like finding class files in arbitrarily nested jars:\n\n    unzip-recursive my-app.jar\n    find . -name JndiLookup.class\n\n## Installation\n\nThere is a simple `Makefile` to install the script on macOS or Linux. Install by running:\n\n    make install\n    unzip-recursive help\n\nMake sure `/usr/local/bin` is in your `$PATH`. Requires Python 2.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodesmith%2Funzip-recursive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodesmith%2Funzip-recursive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodesmith%2Funzip-recursive/lists"}