Skip to content

Add unified configuration handling (closes #19)

This adds loading of multiple yml files from various locations. Namely, in order, with later files taking precendence over earlier ones the following directories are scanned for any .yml file. The order of the files within each directory is standard globbing order.

  • $PACKAGE/etc/
  • /etc/climix/
  • /climix, including
  • ~/.config/climix/

Merge request reports

Loading