Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credentials storage XDG #109

Closed
wants to merge 2 commits into from
Closed

Credentials storage XDG #109

wants to merge 2 commits into from

Commits on Oct 9, 2023

  1. Rename Credentials::load() to load_or_init()

    This makes the intent of the function clear: when you read it being
    used, it is obvious that it might create a default credentials file
    rather than being a read-only load operation, without needing to read
    the documentation.
    xfbs committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8730cfb View commit details
    Browse the repository at this point in the history
  2. Implements XDG config paths

    xfbs committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    88df4fc View commit details
    Browse the repository at this point in the history