Shadow53 / hoard

https://hoard.rs
BSD 3-Clause "New" or "Revised" License
64 stars 2 forks source link

Allow setting default values for environment variables #166

Closed Shadow53 closed 1 year ago

Shadow53 commented 1 year ago

The example config.toml and my personal one make use of $XDG_CONFIG_HOME and $XDG_DATA_HOME, which isn't always set, but can easily be derived from $HOME, which is basically always set.

In short, I'd like to be able to define default values based on other environment variables, which themselves may have defaults.