summaryrefslogtreecommitdiffstats
path: root/src/commands/cursor_move.rs
AgeCommit message (Expand)Author
2023-11-04feat: add `focus_on_create` option (#448)Azad
2023-09-07rename some typesJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-04-20add H, L and M vim actionsJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-02-24Move half page (#143)sushi-shi
2022-01-03Continuous scrolling (#118)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-11-27cargo clippyJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-08-19counting file lazily on previously selected file instead of currentJeff Zhao
2021-08-19add support for counting files lazilyJeff Zhao
2021-06-23code cleanupJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-05-24fix page up/down not moving correct amount when borders are enabledJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
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-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-14add stub cursor move command for generating previewsJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi 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-06-30add bulk_rename commandJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-28cargo fmtJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-05-27cargo fmtJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi 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-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24tabs now open in home directoryJiayi Zhao
2019-04-22code cleanupJiayi Zhao
2019-04-19fix only copying a single file over and subsequent ones get an invalid pathJiayi Zhao
2019-04-19remove functionality from commands/mod.rsJiayi Zhao
2019-04-18cursor_move now always repaintJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-04-04fix cursor resetting to top when action is completedJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao