zipcrawl-0.1.3 is not a library.
📦 ZipCrawl
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.
Features
- Tree Visualization: Get a recursive view of the archive's structure with customizable depth.
- Instant Inspection: Read file contents directly to
stdout. - Regex Search: Find files within archives using powerful regular expressions.
- Integrated with Ripgrep: Search through file contents using
ripgrepperformance directly on the compressed data. - Nerd Font Support: Clean UI with folder and file icons.
Installation
# Clone the repository
# Build and install
Usage
Visualize structure
Search for files
Grep inside the ZIP
Pipe to other tools
Integrates perfectly with tools like type-forge for schema generation:
|
Commands
| Command | Description | Options |
|---|---|---|
tree |
Show archive structure | --depth <N> (Default: 2) |
cat |
Output file content to stdout | <FILE_PATH> |
list |
List files in archive | |
find |
Search files by name (Regex) | <REGEX> |
grep |
Search inside file contents | <PATTERN> |