Chris

Results 2 issues of Chris

WRT Issue #35 ## What's done: - removes default config file set in argparser - adds method in Config for getting existing config file if arg isn't set ## What...

(from the guidelines [here](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html)) The config could be looked up at these standard locations, in order: 1) `$XDG_CONFIG_HOME/bibsearch/config` 2) `$HOME/.config/bibsearch/config` 3) (current) `$HOME/.bibsearch/config` Similarly, the `lastSearch.yaml`, `bib.db`, and `download_dir` could...