Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

Move .pyuscope to $XDG_CONFIG_HOME/pyuscope/config #402

Open JohnDMcMaster opened 10 months ago

JohnDMcMaster commented 10 months ago

This would also allow us to store some other application specific data there beyond a simple file

"If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used."

"If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share should be used."

JohnDMcMaster commented 10 months ago

If we are cleaning this up we might also consider if there is a better place to put scans and such. ie something like ~/Documents/pyuscope or something of that sort