summaryrefslogtreecommitdiffstats
path: root/src/commands/delete_files.rs
AgeCommit message (Expand)Author
2020-12-15add option to not collapse previewJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi 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-14update preview when file operations finishJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-03-01add support for showing mimetype options with open_withJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09update delete file prompt to use new input threadJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2019-06-30add bulk_rename commandJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-05get_selected_paths now returns just a vec rather an optionJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-06-01make default keys more saneJiayi 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-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-24add more error handlingJiayi Zhao
2019-04-19reimplement cut/copy/paste functionalityJiayi 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-03-02make sure preview panel reloads upon certain commandsJiayi Zhao
2019-02-25add verbose messages for file operationsJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15merge 'master' with 'dev'Jiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi