ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.06k stars 64 forks source link

feat: add config flag to specify different path #292

Closed Ohkthx closed 1 year ago

Ohkthx commented 1 year ago

This will allow users to specify a different location for config.yml besides what is returned by os.UserConfigDir(). Users whose OSs do not default to $XDG_CONFIG_HOME which typically resides at $HOME/.config, will be able to override the default configuration location to adhere to those standard practices.

ayn2op commented 1 year ago

If XDG_CONFIG_HOME is either empty or not set, it defaults to $HOME/.config.

God-damnit-all commented 10 months ago

I'm not sure if it's more appropriate to talk about this in here or the commit itself, but this as well as logPath were both removed last week without any explanation, I was using both of them to move them to the same directory I launch discordo from.

Why did you remove this?