Skip to content

Implement config file support (~/.config/looprelay/config.yaml) #4

Description

@rajfirke

Description

Add optional YAML configuration at ~/.config/looprelay/config.yaml for:

  • Default export format (html, md, json)
  • Custom session discovery paths
  • Theme settings

Implementation

  • internal/config/config.go exists as a stub directory
  • Use gopkg.in/yaml.v3 (already a dependency)
  • Load config in root.go init()
  • Works without config (zero-config by default)

Location

  • internal/config/config.go (to create)
  • internal/cli/root.go

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions