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

Add XDG support for siegfried home directory #221

Merged
merged 5 commits into from
May 27, 2023

Commits on Mar 27, 2023

  1. add support for XDG and allow overriding siegfried home via environme…

    …nt variable
    
    Uses github.com/adrg/xdg for mapping the right data directory per platform.
    This means, unless a siegfried home directory already exists for the current user,
    it will now be created in:
    
    Linux: "~/$XDG_DATA_HOME/siegfried" (or "~/.local/share/siegfried")
    macOS: "~/Library/Application Support/siegfried"
    Windows: "%LOCALAPPDATA%"
    prettybits committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cf64384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9602422 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    1b0e929 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. add missing windows import

    prettybits committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    933ebed View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    d650cda View commit details
    Browse the repository at this point in the history