mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #355] Allow Specifying Alternative Config File Path #148
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#148
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?
Originally created by @0x0D15 on GitHub (Mar 25, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/355
Just noticed this project doesn't have an option to use a different config path, would be fantastic if that could be implemented.
@Rigellute commented on GitHub (Mar 30, 2020):
We could implement passing the alternate config file path via a command line argument? You could then alias
sptso that it includes your alternate path?e.g.
@0x0D15 commented on GitHub (Apr 8, 2020):
Yep, that's perfect.