15 lines
309 B
TOML
15 lines
309 B
TOML
[keybinds]
|
|
# What to input on the cli, cannot be "_"
|
|
quit = 'q'
|
|
delete = 'd'
|
|
accept = 'a'
|
|
|
|
[search]
|
|
# Tags used in the gelbooru api on search
|
|
tags = ["2girls", "sleeping"]
|
|
|
|
[storage]
|
|
# Routes to the files used by the program
|
|
pending = "./pending.csv"
|
|
rejected = "./rejected.csv"
|
|
verified = "./verified.csv" |