aboutsummaryrefslogtreecommitdiffstats
path: root/config/general.go
Commit message (Expand)AuthorAgeFilesLines
* log: handle config reloadKoni Marti2024-08-201-2/+11
* log: create directories if necessaryJens Grassel2024-07-151-0/+5
* ipc: add more fine-grained options to disable IPCJason Cox2024-04-131-0/+2
* log: move package to libRobin Jarry2024-02-141-1/+1
* commands: add menuRobin Jarry2024-01-201-0/+1
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-5/+3
* term: add config options for TERM and osc8Tim Culverhouse2023-04-241-0/+2
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-071-0/+1
* config: use reflection to map ini keys to struct fieldsRobin Jarry2023-03-021-34/+12
* config: make various sections accessible via global varsRobin Jarry2022-12-141-11/+13
* log: force trace level when using shell redirectionRobin Jarry2022-12-071-2/+2
* pgp-provider: set default value to autoRobin Jarry2022-12-061-3/+3
* logging: rename package to logRobin Jarry2022-12-021-11/+11
* config: add log-file and log-level settingsRobin Jarry2022-11-211-5/+36
* config: move [general] parsing in separate fileRobin Jarry2022-11-161-0/+48