awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesFilename Normalization Controls

Settings and logic for handling special characters and whitespace in stored filenames.

Distinguishing note: Candidates focus on encryption or parsing; this is about allowing/disallowing whitespace in paths.

Explore 3 awesome GitHub repositories matching data & databases · Filename Normalization Controls. Refine with filters or upvote what's useful.

Awesome Filename Normalization Controls GitHub Repositories

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

    gollum/gollum

    14,279Auf GitHub ansehen↗

    Gollum is a Git-powered wiki engine and content management system that provides a web-based interface for editing and organizing files stored in a Git repository. It functions as a self-hosted documentation tool, using a Git-based storage backend to manage page content and track version history. The system is characterized by a pluggable markup rendering architecture that converts multiple markup languages and specialized notations into HTML. It supports a wide array of rich content, including mathematical typesetting, BibTeX bibliographies, and diagrams rendered via Mermaid. Broad capabilit

    Supports files with spaces in their names without automatic replacement.

    Rubydocumentationdocumentation-toolgollum
    Auf GitHub ansehen↗14,279
  • j178/prekAvatar von j178

    j178/prek

    6,297Auf GitHub ansehen↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Controls whether matching filenames are appended to hook commands and limits the count per invocation.

    Rustgitgit-hookspre-commit
    Auf GitHub ansehen↗6,297
  • trash-guides/guidesAvatar von TRaSH-Guides

    TRaSH-Guides/Guides

    2,800Auf GitHub ansehen↗

    Guides is a collection of standardized architectural guides and best practices for deploying containerized media servers and optimizing download clients. It provides documentation for setting up self-hosted media server environments, focusing on the integration of downloaders and media managers. The project centers on a hardlink storage architecture and a specific directory structure and volume mapping standard. This approach enables atomic moves to prevent data duplication across different media applications. The guides cover a broad range of capability areas, including media automation con

    Normalizes filenames by replacing underscores with dots to prevent inconsistent naming and download loops.

    Markdownbazarrguideguides
    Auf GitHub ansehen↗2,800
  1. Home
  2. Data & Databases
  3. Filename Normalization Controls

Unter-Tags erkunden

  • Filename Passing ControlsControlling whether matching filenames are appended to the hook command and limiting the number per invocation. **Distinct from Filename Normalization Controls:** Distinct from Filename Normalization Controls: focuses on whether and how filenames are passed to commands rather than normalizing their characters.