summaryrefslogtreecommitdiffstats
path: root/src/history.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-07cleanup config codeJeff Zhao
2023-08-12code cleanupJeff 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-30Add "Visual-Mode" (#192)DLFW
2022-08-13Sort options individual per tab (#191)DLFW
2022-04-17code cleanupJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-01-03Continuous scrolling (#118)DLFW
2021-10-20rework config structureJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-09-27code cleanupJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26fix regression where reload resets cursor to beginningJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-20Add more reloading triggersJiayi Zhao
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-14make sure to reload src and dest dirlists after a io operation completesJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-08-03Make xdg_open toggleableJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-07-16fix when changing directories, parent directory doesn't changeJiayi Zhao
2019-06-28cargo fmtJiayi Zhao
2019-06-27populate_to_root now returns a ResultJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-23rename io to fsJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-05-30move reloading of directory content into reload_dir.rs rather than tab.rsJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-05-29clean up code styleJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi Zhao
2019-05-23make sure to update whenever doing a directory changeJiayi Zhao
2019-05-05cargo fmtJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-29break down structs.rs into multiple filesJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24cargo fmtJiayi Zhao
2019-04-24add more error handlingJiayi Zhao