3 Repos
Plugins that allow the application to support new archive formats via external binaries.
Distinct from Plugin Format Adapters: Specializes plugin format adapters for archive file formats rather than general application interfaces.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Archive Format Plugins. Refine with filters or upvote what's useful.
PeaZip is a cross-platform archive manager and file compression utility. It functions as a tool for compressing, extracting, and managing files across various formats, including 7Z, ZIP, RAR, and TAR. The project includes a specialized archive format converter for adjusting compatibility and compression levels, and a file integrity verifier for calculating checksums and hashes. It provides security tools for protecting data via authenticated encryption and passwords, as well as secure file deletion to permanently erase data from disk space. The application covers a broad range of capabilitie
Integrates external binaries to add support for new archive formats without modifying the core application.
Pokémon battle simulator.
Defines battle formats as composable plugins that modify validation, team building, and turn resolution logic.
Ouch is a command-line archive utility designed for compressing and decompressing files across multiple formats, including zip, tar, 7z, and zstd. It functions as a secure archive processor that sanitizes metadata to prevent path traversal attacks and terminal injection during extraction. The tool features a chain compression pipeline that allows for the sequential application of multiple compression algorithms by parsing chains of file extensions in a filename. It also includes a dedicated accessibility mode that optimizes terminal output for screen readers and text-to-speech technologies by
Uses a backend-agnostic plugin architecture where each archive format is handled by a separate module.