summaryrefslogtreecommitdiffstats
path: root/src/config/mod.rs
AgeCommit message (Expand)Author
2023-07-31fix compilation error when no features are enabledJeff Zhao
2023-06-06feat: Support for customizing file icons (#324)Noah Too
2023-01-09don't output parse error on all config files if they don't existJeff Zhao
2023-01-04cargo clippy and update (#245)Jeff Zhao
2022-12-28More meaningful message on missing config file (#243)DLFW
2022-11-20add bookmark supportJeff Zhao
2022-09-17cargo updateJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-05-16rework mimetype configJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rename CommandMapping to KeyMappingJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi Zhao
2019-05-19cargo fmtJiayi Zhao
2019-05-19make use of serde default where possibleJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-26rework preview to work with configuration filesJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi