summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
2024-03-14fix: restore line numbers (#511)Azad
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2024-03-10fix theme not using prefixJeff Zhao
2024-02-27feat: use a pager instead confirm_exit (#498)lali
2024-02-27ratatui-image widget for image previews without scripts (#467)Benjamin Grosse
2024-02-21Make mouse support configurable (#494)Mroik/PositiveC
2024-02-20fix: resolve clippy errors (#493)Azad
2024-02-15feat lscolors support (#489)Ben Webb
2024-02-13Add command for printing embedded configs (#487)sushi-shi
2023-11-04custom_commands + fallback for the older configurations (#446)Tomasz Durda
2023-11-04feat: add `focus_on_create` option (#448)Azad
2023-10-08clippyJeff Zhao
2023-10-08Scrollable tab-bar (#437)DLFW
2023-09-07rename some typesJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-29command chaining supportJeff Zhao
2023-08-24feat: regex support (#411)Justin Chen
2023-08-13feat: Add case sensitivity support for searching, selecting and filtering fil...Justin Chen
2023-08-12show description in help menu as wellJeff Zhao
2023-08-12add optional description to keymapsJeff Zhao
2023-08-12feat: tab bar can show current dir name (#390)Lzzzzzt
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-31fix compilation error when no features are enabledJeff Zhao
2023-07-31feat: Add support for command aliases (#370)Azad
2023-07-23migrate to ratatuiJeff Zhao
2023-06-25Tab theme configurable (#317)DLFW
2023-06-06feat: Support for customizing file icons (#324)Noah Too
2023-02-17new_tab can open specific directories (#256)DLFW
2023-01-09don't output parse error on all config files if they don't existJeff Zhao
2023-01-09don't output error message if file does not existJeff Zhao
2023-01-04cargo clippy and update (#245)Jeff Zhao
2022-12-28More meaningful message on missing config file (#243)DLFW
2022-11-23cargo clippyJeff Zhao
2022-11-20add bookmark supportJeff Zhao
2022-10-24show linenumber option in pre-execution displayJeff Zhao
2022-10-21Rework filter and flat commands to be dirlist specific (#209)Noah Too
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-10-17add `filter` command (#205)Noah Too
2022-09-17cargo updateJeff Zhao
2022-09-11add more helpful error messagesJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-08-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-08-13Sort options individual per tab (#191)DLFW
2022-07-24add more to error messageJeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-07-01add ability to check whether a preview is outdatedJeff Zhao