summaryrefslogtreecommitdiffstats
path: root/src/run.rs
AgeCommit message (Expand)Author
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
2019-04-19move back to tree_magic for mimetype parsingJiayi Zhao
2019-04-19unify cut operation across different platformsJiayi Zhao
2019-04-19add refreshJiayi Zhao
2019-04-19fix view not updating when a thread is completedJiayi Zhao
2019-04-16make code more idiomaticJiayi 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-25add verbose messages for file operationsJiayi Zhao
2019-02-20remove dyn for Box<Trait>Jiayi Zhao
2019-02-20cargo fmtJiayi Zhao
2019-02-20change how preview worksJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19change how tab closing worksJiayi Zhao