You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a configuration file that can store the user's preferences (right now just username and server address) so that users don't need to specify them every time.
Preferably, this would live in $XDG_CONFIG_HOME/muscadine.toml or similar. I'd definitely prefer TOML over YAML or JSON for this, and I feel little compulsion to implement a custom file format.
The text was updated successfully, but these errors were encountered:
Create a configuration file that can store the user's preferences (right now just username and server address) so that users don't need to specify them every time.
Preferably, this would live in
$XDG_CONFIG_HOME/muscadine.toml
or similar. I'd definitely prefer TOML over YAML or JSON for this, and I feel little compulsion to implement a custom file format.The text was updated successfully, but these errors were encountered: