summaryrefslogtreecommitdiffstats
path: root/src/commands/reload_dir.rs
AgeCommit message (Expand)Author
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-17fix cutJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-17reload_dir now reloads parent and child as wellJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-29rework error systemJiayi 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-06-04cargo fmtJiayi Zhao
2019-06-04revert back to previous printing methodJiayi 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-04-30cargo clippyJiayi Zhao
2019-04-25fix previews not updating when reload_dir is calledJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
2019-04-14rework error handling systemJiayi 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-20change how preview worksJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi