Feature: Config file

Read flags for several params from config file.

This was a popular requested feature (many people want to run with -r on
by default).
This commit is contained in:
andy.boot
2022-08-19 11:54:51 +01:00
parent ed6a8d0462
commit 5980858b39
5 changed files with 270 additions and 38 deletions
+3
View File
@@ -36,6 +36,9 @@ rayon = "1"
thousands = "0.2"
stfu8 = "0.2"
regex = "1"
config-file = "0.2"
serde = { version = "1.0", features = ["derive"] }
directories = "4"
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1"