writeas / writeas-cli

Command line client for Write.as / WriteFreely
https://write.as/apps/cli
GNU General Public License v3.0
113 stars 20 forks source link

Respect XDG base directory spec #49

Open natestemen opened 3 years ago

natestemen commented 3 years ago

Overview Hi there, I recently used the writeas CLI and noticed it left a .writeas directory in my home directory. The XDG base directory spec suggests putting config in ~/.config/ if it exists or wherever XDG_CONFIG_HOME points to, if set.

It would be nice to see that implemented so less things clutter the home directory.