mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[PR #907] feat(config): check for and use XDG_CONFIG_HOME #1085
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#1085
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/907
Author: @hxlcyxn
Created: 10/7/2021
Status: 🔄 Open
Base:
master← Head:xdg-config📝 Commits (1)
9b77508feat(config): check for and use XDG_CONFIG_HOME📊 Changes
3 files changed (+12 additions, -6 deletions)
View changed files
📝
README.md(+2 -2)📝
src/config.rs(+5 -2)📝
src/user_config.rs(+5 -2)📄 Description
This checks if
XDG_CONFIG_HOMEis set and follows that, but defaults to.configif unset.Because I personally use a non-default home directory layout, I was never able to use spotify-tui as it didn't respect my config directory, but I finally got around to "fix" it myself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.