From d443843d352d740b895c4d622eb9af9567aa7423 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 17 Feb 2025 20:55:46 +0100 Subject: improve file handling + If config file **and** CLI args have different files/dirs, concat them and open all + Adapt UI to show which files are choosen + TODO: Flag for ignoring config file --- example-config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example-config.toml (limited to 'example-config.toml') diff --git a/example-config.toml b/example-config.toml new file mode 100644 index 0000000..8a4aef6 --- /dev/null +++ b/example-config.toml @@ -0,0 +1,3 @@ +[general] +bibfiles = ["./tests/biblatex-test.bib"] +editor = "vi" -- cgit v1.2.3