Add TOML based config file

The config file may provide default values or user sepcific settings.
This commit is contained in:
2022-01-13 08:43:05 +01:00
parent d20eb306fd
commit fdc344d6d6
7 changed files with 157 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

8
testdata/testconfig.toml vendored Normal file
View File

@ -0,0 +1,8 @@
[defaults]
color-scheme = "gh"
[[users]]
id = "example"
alias = "42"
color-scheme = "gh"
pattern = "github"