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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesFile Attribute Modifiers

Tools for updating metadata and processing flags for managed configuration files.

Distinct from File-Based Configuration: Distinct from File-Based Configuration: focuses on the modification of file metadata and attributes rather than the configuration content itself.

Explore 6 awesome GitHub repositories matching devops & infrastructure · File Attribute Modifiers. Refine with filters or upvote what's useful.

Awesome File Attribute Modifiers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • twpayne/chezmoiAvatar twpayne

    twpayne/chezmoi

    18,075Vezi pe GitHub↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Updates metadata and processing behavior of managed files by toggling flags like encryption or permissions.

    Goconfigurationdotfiledotfile-management
    Vezi pe GitHub↗18,075
  • textmate/textmateAvatar textmate

    textmate/textmate

    14,783Vezi pe GitHub↗

    TextMate is a programmable text editor designed for software development and project management. It functions as a highly customizable environment where users can define language-specific behaviors, syntax highlighting rules, and automated workflows to suit their individual development needs. The editor distinguishes itself through a modular, bundle-based extensibility model that allows for deep integration with system shell commands. By piping document buffers through external scripts and command-line tools, users can perform complex text transformations, automate file lifecycle tasks, and b

    Associates metadata with files to enable context-aware editor behavior based on file properties.

    Objective-C++c-plus-pluscocoamacos
    Vezi pe GitHub↗14,783
  • hammerspoon/hammerspoonAvatar Hammerspoon

    Hammerspoon/hammerspoon

    14,497Vezi pe GitHub↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Manages file extended attributes to store custom metadata and system-level tags.

    Objective-Cautomationhammerspoonirc
    Vezi pe GitHub↗14,497
  • rubymetric/chsrcAvatar RubyMetric

    RubyMetric/chsrc

    6,775Vezi pe GitHub↗

    chsrc is a cross-platform command-line tool that changes package manager and software repository URLs to faster or local mirrors across Linux, macOS, Windows, and BSD. It functions as a source mirror framework, embedding a database of mirror URLs and metadata directly into its binary at build time, eliminating the need for plugins or runtime downloads. The tool distinguishes itself through idempotent configuration patching, rewriting repository configuration files deterministically so repeated runs produce the same result and restoration is always possible. It includes a latency probe that me

    Rewrites repository configuration files deterministically so repeated runs produce the same result and restoration is always possible.

    Carchlinuxbrewc11
    Vezi pe GitHub↗6,775
  • pre-commit/pre-commit-hooksAvatar pre-commit

    pre-commit/pre-commit-hooks

    6,593Vezi pe GitHub↗

    This project is a comprehensive collection of pre-commit hooks designed to automate code linting, style enforcement, and file validation before changes are committed to version control. It provides a suite of ready-to-use scripts that serve as quality guards, including static analysis hooks, configuration file validators, and tools for maintaining version control integrity. The collection distinguishes itself by offering specialized guards for repository health and security. This includes detection of leaked credentials and private keys, prevention of large file commits, and enforcement of br

    Implements a pipeline of idempotent rules for normalizing file contents across the codebase.

    Pythongitlinterpre-commit
    Vezi pe GitHub↗6,593
  • pyinfra-dev/pyinfraAvatar pyinfra-dev

    pyinfra-dev/pyinfra

    5,779Vezi pe GitHub↗

    pyinfra is a Python-based infrastructure automation framework that turns Python code into shell commands for managing servers, Docker containers, and local machines. It operates as a declarative, idempotent deployment tool, applying desired system states by comparing target configurations against current states and making only the necessary changes. The framework provides a connector-based transport abstraction that unifies SSH, Docker, and local execution behind a common interface, with a parallel execution engine that manages concurrent operations across hosts. The tool distinguishes itself

    Provides idempotent deployment operations that produce identical results on repeated runs.

    Pythoncloud-managementconfiguration-managementhigh-performance
    Vezi pe GitHub↗5,779
  1. Home
  2. DevOps & Infrastructure
  3. Configuration Management
  4. File-Based Configuration
  5. File Attribute Modifiers

Explorează sub-etichetele

  • File Patchers1 sub-tagTools for programmatically updating or patching existing configuration files. **Distinct from File Attribute Modifiers:** Distinct from File Attribute Modifiers: focuses on content modification via scripts rather than metadata updates.