-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathemlop.toml
37 lines (36 loc) · 900 Bytes
/
emlop.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This is an example `emlop` config file.
#
# It is loaded from `$HOME/.config/emlop.toml` by default.
# Use `$EMLOP_CONFIG` to set a different location, empty string to disable config loading.
# Entries have the same name and format as command-line args, see `emlop <command> --help`.
# Some args are only avaible via the command line.
# logfile = "/var/log/emerge.log"
# date = "rfc2822"
# duration = "human"
# utc = true
# header = true
# color = "yes"
# theme = "merge:1;32 binmerge:0;32 unmerge:1;31 sync:1;36 duration:1;35 count:0;33 qmark:0 skip:3;37"
# output = "columns"
# showskip = true
[log]
# show = "mus"
# starttime = true
[predict]
# show = "emt"
# avg = "arith"
# limit = 20
# unknownb = 30
# unknownc = 10
# tmpdir = ["/foo", "/bar"]
# pwidth = 60
# pdepth = 3
[stats]
# show = "pts"
# avg = "arith"
# limit = 20
# group = "y"
[accuracy]
# show = "mt"
# avg = "arith"
# limit = 20