{"id":20186042,"url":"https://github.com/neosmart/zipcat","last_synced_at":"2025-04-10T06:21:40.529Z","repository":{"id":57672856,"uuid":"90536183","full_name":"neosmart/zipcat","owner":"neosmart","description":"Pipe contents of zip file to stdout, supporting multiple files.","archived":false,"fork":false,"pushed_at":"2017-05-10T03:33:16.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-26T12:46:21.720Z","etag":null,"topics":["command-line-tool","compression","zcat","zip","zipcat"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/neosmart.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":"2017-05-07T13:54:38.000Z","updated_at":"2024-03-24T21:53:37.000Z","dependencies_parsed_at":"2022-08-31T11:14:37.935Z","dependency_job_id":null,"html_url":"https://github.com/neosmart/zipcat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosmart%2Fzipcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosmart%2Fzipcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosmart%2Fzipcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosmart%2Fzipcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neosmart","download_url":"https://codeload.github.com/neosmart/zipcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166865,"owners_count":21058481,"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":["command-line-tool","compression","zcat","zip","zipcat"],"created_at":"2024-11-14T03:15:46.706Z","updated_at":"2025-04-10T06:21:40.481Z","avatar_url":"https://github.com/neosmart.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## `zipcat`\n\n`zipcat` is a command-line utility that lets you pipe the contents of one or more compressed files to `stdout`, letting you easily search the contents of zip archives and more. `zipcat` has full support for actual zip archives (not just gz/deflate-compressed content), and provides options to optionally filter the files included/excluded from the enumeration.\n\n### Installation\n\n`zipcat` binaries are available via `cargo`, the rust package manager, as follows:\n\n`cargo install zipcat`\n\nDownloads for Windows are also available pre-compiled from NeoSmart Technologies at the `zipcat` homepage at https://neosmart.net/zipcat/\n\n### Usage\n\n    Usage: zipcat ZIPFILE [options]\n    Pipes content of compressed file(s) within a zip archive to stdout\n    \n    Options:\n        -h, --help          print this help menu\n        -s, --silent        suppress file names from being sent to stderr\n        -x, --exclude PATTERN\n                            exclude file(s) matching pattern (can use more than\n                            once)\n        -i, --include PATTERN\n                            include only file(s) matching pattern (can use more\n                            than once)\n\n\nBy default, `zipcat` will pipe the contents of all files it encounters in the zip archive. Contents are written to `stdout`, prefixed with a single line containing the filename that is output to `stderr` (so it is always safe to perform operations on `stdout`). This behavior can be disabled via the `--silent` flag.\n\nFor pattern matching, `zipcat` supports filtering which files will be printed to `stdout` via the `--include` and `--exclude` command line arguments (which may be used repeatedly to add additional include/exclude patterns). Not providing any `--include` filters is synonymous with a default `*` include filter to include all files from the archive in the output. `zipcat` uses [rust's `glob` library](https://doc.rust-lang.org/glob/glob/index.html) for pattern matching include/exclude filters. Filters should match the entire path within the archive (no leading `.` or `/` is required), rather than being a partial match. `*` will match any pattern in a filename, and `**` can be used to glob across sudirectories.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneosmart%2Fzipcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneosmart%2Fzipcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneosmart%2Fzipcat/lists"}