summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-30rework how mimetype.toml config worksJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-29change preview, still experimentalJiayi Zhao
2019-04-29break down structs.rs into multiple filesJiayi Zhao
2019-04-29put prefix and prefixsize into a single OptionJiayi Zhao
2019-04-29fix right window not taking up entire spaceJiayi 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-27change struct names and update keymap.tomlJiayi Zhao
2019-04-27remove eprintln!Jiayi Zhao
2019-04-27attempt to add back progress bars for file transfersJiayi Zhao
2019-04-26rework preview to work with configuration filesJiayi Zhao
2019-04-25attempt to fix mac chmod issuesJiayi Zhao
2019-04-25fix parent view not updating at rootJiayi Zhao
2019-04-25fix previews not updating when reload_dir is calledJiayi Zhao
2019-04-25add option for enabling/disabling preview supportJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-25add option for limiting preview to small file sizesJiayi 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-23add preliminary support for file name autocompletionJiayi Zhao
2019-04-22cargo fmtJiayi Zhao
2019-04-22code cleanup and use more functional codeJiayi Zhao
2019-04-22code cleanup and implement std::default::DefaultJiayi Zhao
2019-04-22code cleanupJiayi Zhao
2019-04-21make code more idiomaticJiayi Zhao
2019-04-21use str slicing for getting str widthJiayi Zhao
2019-04-20cargo fmtJiayi Zhao
2019-04-20fix many bugs with new textfield implementationJiayi Zhao
2019-04-20use rustyline for textfield implementationJiayi Zhao
2019-04-19now shows file mimetypeJiayi Zhao
2019-04-19move back to tree_magic for mimetype parsingJiayi Zhao
2019-04-19fix issue when a cut does not remove the original folderJiayi Zhao
2019-04-19unify cut operation across different platformsJiayi Zhao
2019-04-19add cut/paste for non-linux platformsJiayi Zhao
2019-04-19fix only copying a single file over and subsequent ones get an invalid pathJiayi Zhao
2019-04-19add refreshJiayi Zhao
2019-04-19remove redundant methods in struct.rsJiayi Zhao
2019-04-19add more functionality for file_operationsJiayi Zhao
2019-04-19fix view not updating when a thread is completedJiayi Zhao
2019-04-19reimplement cut/copy/paste functionalityJiayi Zhao
2019-04-19remove functionality from commands/mod.rsJiayi Zhao
2019-04-19add getting path selection methods to JoshutoDirListJiayi Zhao
2019-04-18cursor_move now always repaintJiayi Zhao
2019-04-18update view and cursor position after set_modeJiayi Zhao