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

Support XDG_CONFIG_HOME for configuration files path #68

Merged
merged 2 commits into from
Feb 13, 2023
Merged

Conversation

nao1215
Copy link
Owner

@nao1215 nao1215 commented Feb 13, 2023

See Issue #67 .

Before

Configuration file at $HOME/.config/gup

After

Configuration file at $XDG_CONFIG_HOME/gup

@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #68 (13f9133) into main (751bb63) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   91.21%   91.21%           
=======================================
  Files          12       12           
  Lines         478      478           
=======================================
  Hits          436      436           
  Misses         27       27           
  Partials       15       15           
Impacted Files Coverage Δ
cmd/export.go 84.44% <ø> (ø)
cmd/import.go 90.32% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nao1215 nao1215 merged commit 19b620d into main Feb 13, 2023
@nao1215 nao1215 deleted the feat-xdg branch May 6, 2023 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant