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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
adrg avatar

adrg/xdg

0
View on GitHub↗
1,002 stars·35 forks·Go·MIT·15 viewspkg.go.dev/github.com/adrg/xdg↗

Xdg

Go implementation of the XDG Base Directory Specification and XDG user directories

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Configuration Management - Implements XDG Base Directory Specification.

Star history

Star history chart for adrg/xdgStar history chart for adrg/xdg

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Xdg

These projects share indexed features with Xdg. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alecthomas/kongalecthomas avatar

    alecthomas/kong

    2,976View on GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    View on GitHub↗2,976
  • andreiavrammsd/configandreiavrammsd avatar

    andreiavrammsd/config

    0View on GitHub↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    View on GitHub↗0
  • agilira/argusagilira avatar

    agilira/argus

    170View on GitHub↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    View on GitHub↗170
  • antham/envhantham avatar

    antham/envh

    100View on GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    View on GitHub↗100
Compare all 30 related projects→

Frequently asked questions

What does adrg/xdg do?

Go implementation of the XDG Base Directory Specification and XDG user directories

What are the main features of adrg/xdg?

The main features of adrg/xdg are: Configuration Management.

Which projects share features with adrg/xdg?

Projects with overlapping indexed features include: andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… antham/envh — Go helpers to manage environment variables. azure/appconfiguration-goprovider — The configuration provider for consuming data in Azure App Configuration from Go applications.