{"id":47281298,"url":"https://github.com/sircesarium/zipcrawl","last_synced_at":"2026-04-01T18:25:55.823Z","repository":{"id":344451201,"uuid":"1181373998","full_name":"SirCesarium/zipcrawl","owner":"SirCesarium","description":"A high-performance ZIP explorer and content inspector for the terminal.","archived":false,"fork":false,"pushed_at":"2026-03-17T03:21:10.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T14:09:46.063Z","etag":null,"topics":["cat","devtools","grep","inspector","rust","terminal","tree","zip","zipfile"],"latest_commit_sha":null,"homepage":"","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/SirCesarium.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T03:57:57.000Z","updated_at":"2026-03-17T03:21:00.000Z","dependencies_parsed_at":"2026-03-18T02:00:46.918Z","dependency_job_id":null,"html_url":"https://github.com/SirCesarium/zipcrawl","commit_stats":null,"previous_names":["sircesarium/zipcrawl"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SirCesarium/zipcrawl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirCesarium%2Fzipcrawl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirCesarium%2Fzipcrawl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirCesarium%2Fzipcrawl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirCesarium%2Fzipcrawl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirCesarium","download_url":"https://codeload.github.com/SirCesarium/zipcrawl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirCesarium%2Fzipcrawl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31022134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T04:58:43.976Z","status":"ssl_error","status_checked_at":"2026-03-27T04:58:17.966Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cat","devtools","grep","inspector","rust","terminal","tree","zip","zipfile"],"created_at":"2026-03-16T00:48:00.232Z","updated_at":"2026-03-27T05:02:09.377Z","avatar_url":"https://github.com/SirCesarium.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 ZipCrawl\n\n**ZipCrawl** is a high-performance ZIP explorer and content inspector for the terminal, written in Rust. It allows you to visualize, search, and peek into compressed archives without the overhead of manual extraction.\n\n## Features\n\n* **Tree Visualization**: Get a recursive view of the archive's structure with customizable depth.\n* **Instant Inspection**: Read file contents directly to `stdout`.\n* **Regex Search**: Find files within archives using powerful regular expressions.\n* **Integrated with Ripgrep**: Search through file contents using `ripgrep` performance directly on the compressed data.\n* **Nerd Font Support**: Clean UI with folder and file icons.\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/SirCesarium/zipcrawl\ncd zipcrawl\n\n# Build and install\ncargo install --path .\n\n```\n\n## Usage\n\n### Visualize structure\n\n```bash\nzipcrawl my_archive.zip tree --depth 3\n\n```\n\n### Search for files\n\n```bash\nzipcrawl data.zip find \".*\\.json$\"\n\n```\n\n### Grep inside the ZIP\n\n```bash\nzipcrawl modpack.mrpack grep \"fabric-loader\"\n\n```\n\n### Pipe to other tools\n\nIntegrates perfectly with tools like [`type-forge`](https://github.com/SirCesarium/type-forge) for schema generation:\n\n```bash\nzipcrawl bundle.zip cat config.json | type-forge --lang rust\n\n```\n\n## Commands\n\n| Command | Description | Options |\n| --- | --- | --- |\n| `tree` | Show archive structure | `--depth \u003cN\u003e` (Default: 2) |\n| `cat` | Output file content to stdout | `\u003cFILE_PATH\u003e` |\n| `list` | List files in archive | |\n| `find` | Search files by name (Regex) | `\u003cREGEX\u003e` |\n| `grep` | Search inside file contents | `\u003cPATTERN\u003e` |\n\n## Requirements\n\n* [ripgrep](https://github.com/BurntSushi/ripgrep) (required for the `grep` command).\n* A [Nerd Font](https://www.nerdfonts.com/) for proper icon rendering.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsircesarium%2Fzipcrawl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsircesarium%2Fzipcrawl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsircesarium%2Fzipcrawl/lists"}