summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-03-14fix: hey use username not real name :D (#509)lali
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10move preview area into PreviewContextJeff Zhao
2024-02-21Make mouse support configurable (#494)Mroik/PositiveC
2024-02-13Add command for printing embedded configs (#487)sushi-shi
2024-01-20Use `shadow-rs` to show detailed version information (#481)xrelkd
2023-10-09feat: wezterm cwd compatibility (#439)kennycallado
2023-09-07rename some typesJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-29Add subcommands (#418)xrelkd
2023-07-31fix compilation error when no features are enabledJeff Zhao
2023-07-30mtime will display with local timezone (#384)Lzzzzzt
2023-06-06feat: Support for customizing file icons (#324)Noah Too
2023-03-31quit_option configuration option (#228)pantosaur
2023-01-09remove debug config dirJeff Zhao
2023-01-09quit outputdir now preserves symlinkJeff Zhao
2022-11-20add bookmark supportJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-07-19switch to eprintlnJeff Zhao
2022-07-19add --file-chooser optionJeff Zhao
2022-07-16move --path option to default optionJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-06-27rename 'vsplit' to 'hsplit'Jeff Zhao
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-11-16Add choosefiles feature (#105)Cameron Eldridge
2021-10-30move string into constantJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-08-19change lastdir to last-dirJeff Zhao
2021-08-18cargo fmtJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-06-10add support for specifying new tab home pageJeff Zhao
2021-05-30add additional configuration directoriesJeff Zhao
2021-05-16make error handling clearer with "if let"Prince
2021-05-07add more automatic error handlingJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rename CommandMapping to KeyMappingJeff Zhao
2021-01-31cargo fmtJeff Zhao
2021-01-31add --lastdir option to output pwd upon quittingJeff Zhao
2021-01-20cd with tilde expansionMatthew Blode
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-17fix cutJiayi Zhao
2020-03-16add version and path command line argumentsJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao