{"id":20676038,"url":"https://github.com/sammwyy/rz","last_synced_at":"2026-03-07T17:33:14.663Z","repository":{"id":243839167,"uuid":"813569761","full_name":"sammwyy/Rz","owner":"sammwyy","description":"Cross-platform fast and secure de/compression tool.","archived":false,"fork":false,"pushed_at":"2024-06-11T12:37:56.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T23:32:24.769Z","etag":null,"topics":["cli","rust","zip"],"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/sammwyy.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":"2024-06-11T10:22:59.000Z","updated_at":"2024-07-09T18:41:14.000Z","dependencies_parsed_at":"2024-06-11T13:05:24.988Z","dependency_job_id":"ea0bd0ec-255e-42de-a9db-7cf50796865d","html_url":"https://github.com/sammwyy/Rz","commit_stats":null,"previous_names":["sammwyy/rz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sammwyy/Rz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammwyy%2FRz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammwyy%2FRz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammwyy%2FRz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammwyy%2FRz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammwyy","download_url":"https://codeload.github.com/sammwyy/Rz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammwyy%2FRz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30223402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cli","rust","zip"],"created_at":"2024-11-16T21:11:30.519Z","updated_at":"2026-03-07T17:33:14.630Z","avatar_url":"https://github.com/sammwyy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rz\r\n\r\n**Rz** or **Rzip** is a high-performance, secure compression and decompression tool developed in [Rust](https://rust-lang.org/). Designed for efficiency and safety, Rzip provides a powerful CLI for managing your compressed files with ease and reliability.\r\n\r\n## Features\r\n\r\n- **Speed**: Utilizes Rust's optimizations to ensure fast compression and decompression operations.\r\n- **Security:** Built with Rust's strong safety features to minimize errors and vulnerabilities.\r\n- **CLI:** User-friendly and straightforward command-line interface for easy file management.\r\n- **Versatile:** Supports various file formats and compression algorithms for flexibility.\r\n\r\n### Compatibility\r\n\r\n| Compression Method | Compression | Decompression |\r\n| ------------------ | ----------- | ------------- |\r\n| Stored             | ✓           | ✓             |\r\n| Deflate            | ✓           | ✓             |\r\n| Deflate64          |             | ✓             |\r\n| Bzip2              | ✓           |               |\r\n| LZMA               |             | ✓             |\r\n| Zstd               | ✓           |               |\r\n\r\nThis means that Rzip supports the following extensions:\r\n`.zip`, `.bz2`, `.tbz2`, `.lzma`, `.zst`.\r\n\r\n## CLI\r\n\r\n**Usage:** `rz \u003ccommand\u003e [options] \u003cargs\u003e`\r\n\r\n### Commands\r\n\r\n| Command | Description | Arguments | Alias |\r\n| ------- | ----------- | --------- | ----- |\r\n| `append` | Appends a file to an existing archive | `\u003csources...\u003e \u003cdest.zip\u003e` | `a` |\r\n| `compress` | Compresses a file or directory |`\u003csources...\u003e \u003cdest.zip\u003e` | `c` |\r\n| `extract` | Decompresses a file | `\u003csource.zip\u003e \u003cdest\u003e` | `x` |\r\n| `list` | Lists the contents of an archive | `\u003csource.zip\u003e` | `ls` |\r\n\r\n### Options\r\n\r\n| Option | Alias | Type | Description | Required | On command |\r\n| ------ | ----- | ---- | ----------- | -------- | ---------- |\r\n| `--level` | `-l` | Integer(64) | Compression level | No | `append`, `compress` |\r\n| `--method` | `-m` | Enum | Compression method (stored/deflate/etc...) | No | `append`, `compress` |\r\n| `--pick` | `-p` | String | File to extract from archive | No | `extract`, `list` |\r\n| `--unix_permissions` | `-u` | UInteger(32) | Unix permissions for new files | No | `compress` |\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you wish to contribute to Rzip, please follow these steps:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch (git checkout -b feature/new-feature).\r\n3. Make your changes and commit them (git commit -m 'feature: 🌱 new feature').\r\n4. Push your changes (git push origin feature/new-feature).\r\n5. Open a Pull Request.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n\r\n## Acknowledgements\r\n\r\n- [Rust](https://rust-lang.org/)\r\n- [Clap-rs](https://github.com/clap-rs/clap)\r\n- [Zip-rs](https://github.com/zip-rs/zip2)\r\n\r\nDeveloped with ❤️ by [Sammwy](https://github.com/sammwyy).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammwyy%2Frz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammwyy%2Frz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammwyy%2Frz/lists"}