summaryrefslogtreecommitdiffstats
path: root/src/commands/rename_file.rs
AgeCommit message (Expand)Author
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-27populate_to_root now returns a ResultJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04remove file_name_as_stringJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-19fix only copying a single file over and subsequent ones get an invalid pathJiayi Zhao
2019-04-19add more functionality for file_operationsJiayi 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