summaryrefslogtreecommitdiffstats
path: root/src/run.rs
AgeCommit message (Expand)Author
2020-04-03updatesJiayi Zhao
2020-03-24textfield cursor working correctlyJiayi Zhao
2020-03-21wrap fs::FileType with in-house solutionJiayi Zhao
2020-03-21format bytes into KB, MB, etcJiayi 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-18add default keymappings when config dneJiayi Zhao
2020-03-17fix cutJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-16better error handling for threadsJiayi Zhao
2020-03-14rework input event thread handlingJiayi 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-24reduce duration of messagesJiayi Zhao
2020-02-24fix open_file_withJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-17rework menu widgetJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-13more work on textfieldJiayi Zhao
2020-02-13fix initial preview not workingJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-23refactor file operations to use fs_extraJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04merge 'dev' with 'dev'Jiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-06-01fix issue with refreshing after pasteJiayi Zhao
2019-05-31cargo fmtJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi 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-27move updating page state to cursor_move onlyJiayi Zhao
2019-05-25use new type and compiler type inferencingJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-28code cleanupJiayi Zhao
2019-04-28fixed progress bar not showing for file operationsJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24tabs now open in home directoryJiayi Zhao
2019-04-24cargo fmtJiayi Zhao
2019-04-24add more error handlingJiayi Zhao