aboutsummaryrefslogtreecommitdiff
path: root/example-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-02-17 20:55:46 +0100
committerlukeflo2025-02-17 20:55:46 +0100
commitd443843d352d740b895c4d622eb9af9567aa7423 (patch)
tree5b61ec01b2d54461c423b97e2a702e7ec7daded9 /example-config.toml
parent059591a1be6b887eaca9b114fdb5b350a65bae43 (diff)
downloadbibiman-d443843d352d740b895c4d622eb9af9567aa7423.tar.gz
bibiman-d443843d352d740b895c4d622eb9af9567aa7423.zip
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
Diffstat (limited to 'example-config.toml')
-rw-r--r--example-config.toml3
1 files changed, 3 insertions, 0 deletions
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"