summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2019-04-17minor changeJiayi Zhao
2019-04-16make code more idiomaticJiayi Zhao
2019-04-16refactor sort.rsJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-04-04fix cursor resetting to top when action is completedJiayi Zhao
2019-04-02refactor sorting structsJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-03-30fix tab switching not changing cwdJiayi Zhao
2019-03-10copy does not clear clipboardJiayi Zhao
2019-03-02fix search_prev silently overwriting paste commandsJiayi Zhao
2019-03-02cargo fmtJiayi Zhao
2019-03-02make some code less linux-specificJiayi Zhao
2019-03-02add support for search_next and search_prev commandsJiayi Zhao
2019-03-02make sure preview panel reloads upon certain commandsJiayi Zhao
2019-03-02fix cut renaming when there is an existing file and overwrite is not enabledJiayi Zhao
2019-02-25add verbose messages for file operationsJiayi Zhao
2019-02-24fix preview not changing when toggling hidden filesJiayi Zhao
2019-02-24fix problem if cd failsJiayi Zhao
2019-02-20clean up some codeJiayi Zhao
2019-02-20remove dyn for Box<Trait>Jiayi Zhao
2019-02-20cargo fmtJiayi Zhao
2019-02-20reduce eprintlnJiayi Zhao
2019-02-20change how preview worksJiayi Zhao
2019-02-20fix pressing end button removes 'cursor'Jiayi Zhao
2019-02-20fix tab view not showingJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19remove parenthesesJiayi Zhao
2019-02-19add force_quit command for when there are background operations runningJiayi Zhao
2019-02-19fmtJiayi Zhao
2019-02-19make tab ui a little more prettyJiayi Zhao
2019-02-19add keycode for shift+tabJiayi Zhao
2019-02-19change how tab closing worksJiayi Zhao
2019-02-19configs should be before [sort_option]Jiayi Zhao
2019-02-18attempt to fix portability problems between rust std and libcJiayi Zhao
2019-02-18add missing rx tx variablesJiayi Zhao