awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesArchive Format Plugins

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.

Awesome Archive Format Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • peazip/peazipAvatar von peazip

    peazip/PeaZip

    7,499Auf GitHub ansehen↗

    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.

    Pascal
    Auf GitHub ansehen↗7,499
  • smogon/pokemon-showdownAvatar von smogon

    smogon/pokemon-showdown

    5,743Auf GitHub ansehen↗

    Pokémon battle simulator.

    Defines battle formats as composable plugins that modify validation, team building, and turn resolution logic.

    TypeScripthacktoberfest
    Auf GitHub ansehen↗5,743
  • ouch-org/ouchAvatar von ouch-org

    ouch-org/ouch

    3,391Auf GitHub ansehen↗

    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.

    Rustclicompressiondecompression
    Auf GitHub ansehen↗3,391
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Plugin Format Adapters
  7. Archive Format Plugins

Unter-Tags erkunden

  • Battle Format PluginsComposable plugins that define battle formats like singles, doubles, and custom rules, modifying validation and turn resolution. **Distinct from Archive Format Plugins:** Distinct from Archive Format Plugins: focuses on game battle format definitions rather than file archive format support.