awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesBinary Naming Customization

Capabilities for customizing the filenames of generated executable binaries.

Distinct from CLI Option Name Customizers: None of the candidates cover the naming of the final tool binary; they cover index names, obfuscated identifiers, or CLI flags.

Explore 2 awesome GitHub repositories matching development tools & productivity · Binary Naming Customization. Refine with filters or upvote what's useful.

Awesome Binary Naming Customization GitHub Repositories

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

    universal-ctags/ctags

    7,229Vezi pe GitHub↗

    Universal Ctags is a multi-language symbol indexer and regex-based parsing engine used to extract and catalog functions, classes, and variables from source code. It functions as a source code indexer that scans files across diverse programming languages to create searchable catalogs of definitions and declarations. The project is distinguished by its extensible parser framework, which allows users to define new language rules using regular expressions and configuration files. It supports complex parsing scenarios through state-based parsing, stack-oriented scope tracking, and guest-parser del

    Allows assigning custom names or prefixes to generated binary files to prevent naming conflicts.

    Ccode-analysiscode-completioncode-navigation
    Vezi pe GitHub↗7,229
  • mitchellh/goxAvatar mitchellh

    mitchellh/gox

    4,580Vezi pe GitHub↗

    Gox este un automatizator de build cross-platform și un instrument de linie de comandă conceput pentru cross-compilarea Go. Servește ca manager de toolchain care construiește și configurează instrumentele de compilare necesare și flag-urile necesare pentru a viza diverse platforme hardware. Sistemul automatizează configurarea, instalarea și provizionarea asambloarelor și linker-elor necesare pentru diferite sisteme de operare și arhitecturi. Gestionează generarea de binare executabile pentru mai multe platforme în paralel, utilizând template-uri de denumire personalizate și flag-uri de linker pentru a pregăti release-urile software. Instrumentul oferă capabilități pentru filtrarea platformelor țintă folosind tipare incluzive și exclusive și permite suprascrierea setărilor de build prin variabile de mediu. De asemenea, suportă descoperirea combinațiilor disponibile de sisteme de operare și arhitecturi.

    Generates executable filenames by substituting platform variables into predefined naming patterns.

    Go
    Vezi pe GitHub↗4,580
  1. Home
  2. Development Tools & Productivity
  3. Binary Naming Customization