summaryrefslogtreecommitdiffstats
path: root/src/conf/mod.rs
AgeCommit message (Expand)Author
2022-11-04make content search max file size configurable (#628)Denys Séguret
2022-11-04version 1.16.2Canop
2022-07-24fix typosKian-Meng Ang
2022-07-04default conf is now a directoryCanop
2022-07-04conf files can import other conf filesCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-02-27move default conf from source code to a resource fileCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-09-29refactor verb initialization from confCanop
2020-09-28fix compilation for androidCanop
2020-06-22config directory for new installs on mac is ~/.config/brootCanop
2020-06-06a few minor refactorings and cleaningsCanop