Message368935
| Author | lazka |
|---|---|
| Recipients | Anthony Sottile, blueyed, eryksun, jaraco, lazka, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2020-05-15.10:27:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589538433.83.0.341976586905.issue36264@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Config on Windows should go into APPDATA not USERPROFILE/HOME, on macOS it should go to "$HOME/Library/Application Support" and on Linux $XDG_CONFIG_HOME or $HOME/.config. So using using HOME on all platforms for config is not what those platforms recommend, though I understand why it's still done this way by many tools. What about supporting a MYFANCYTOOL_CONFIG_DIR env var that the user can override? That's what I do for example. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-15 10:27:13 | lazka | set | recipients: + lazka, paul.moore, jaraco, blueyed, tim.golden, zach.ware, eryksun, steve.dower, Anthony Sottile, miss-islington |
| 2020-05-15 10:27:13 | lazka | set | messageid: <1589538433.83.0.341976586905.issue36264@roundup.psfhosted.org> |
| 2020-05-15 10:27:13 | lazka | link | issue36264 messages |
| 2020-05-15 10:27:13 | lazka | create | |