fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

Option to change sconsifyrc path #72

Open qazip opened 7 years ago

qazip commented 7 years ago

It would be nice to be able to change the path of the sconsifyrc file. Perhaps a variable named "path" in that file, where one can choose where to save/read the config file.

Thank you for this software btw, it's fantastic.

fabiofalci commented 7 years ago

It's possible.

What is your suggestion exactly? Because having a path in that very same file means sconsify would need to know where to look at, right?

I'm tempted to support both ~/.sconsify/ and ~/.config/sconsify

qazip commented 7 years ago

I was thinking about having it in a user-defined folder (for example: ~/myfolder/myfolder2), but now that I think about it, I'm not sure if it would be easy to do.