summaryrefslogtreecommitdiffstats
path: root/src/commands/reload.rs
AgeCommit message (Expand)Author
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2023-09-07rename some typesJeff Zhao
2022-10-21Rework filter and flat commands to be dirlist specific (#209)Noah Too
2022-10-17add `filter` command (#205)Noah Too
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-13Sort options individual per tab (#191)DLFW
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-09-30fix parent directory not refreshing for hidden files toggleJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao