summaryrefslogtreecommitdiffstats
path: root/src/history.rs
AgeCommit message (Expand)Author
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
2019-04-22code cleanup and use more functional codeJiayi Zhao
2019-04-02refactor sorting structsJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-20cargo fmtJiayi Zhao
2019-02-20reduce eprintlnJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi