summaryrefslogtreecommitdiffstats
path: root/src/commands/rename_file.rs
AgeCommit message (Expand)Author
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2023-09-07rename some typesJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-09-02feat: Add rename_file_append_ext command (#423)rqdmap
2022-11-23cargo clippyJeff Zhao
2022-10-31Added `rename_keep_ext` command and refactored rename functions (#221)Fritz Rehde
2022-08-13Sort options individual per tab (#191)DLFW
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-10-02mergeJeff Zhao
2021-10-02Merge branch 'main' into devJeff Zhao
2021-10-02add basic support for command historyJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-05-13implement clippy fix: #[warn(clippy::bind_instead_of_map)]Prince
2021-05-07add more automatic error handlingJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-14update preview when file operations finishJiayi Zhao
2020-03-11fix rename file and textfield homeJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-24fix open_file_withJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
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