summaryrefslogtreecommitdiffstats
path: root/src/ui/views
AgeCommit message (Expand)Author
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-09-17fix bug when HSplit view caused Joshuto to crash (#203)Vinegret43
2022-09-05add numbered_command to default keymapJeff Zhao
2022-09-05move border rendering out of folder viewJeff Zhao
2022-08-31move numbered_command into command that can be invokedJeff Zhao
2022-08-31rework previews to have loading state as wellJeff Zhao
2022-08-31cargo clippyJeff Zhao
2022-08-31more fine grain error handling for previewing directoriesJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-06-29cargo fmtJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-06-27fix bulk_rename logic errorJeff Zhao
2022-06-27rename 'vsplit' to 'hsplit'Jeff Zhao
2022-05-26add vsplit viewJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2022-05-04cargo fmtJeff Zhao
2022-05-04move input.rs to process_event.rsJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-02-25Add reversed autocompletion (#145)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-24Add console shortcuts (#142)sushi-shi
2022-02-23Add incremental search (#140)sushi-shi
2022-02-23Autocomplete first words as commands (#139)sushi-shi
2021-12-27only process previews if preview shown and remove scripts are present in configJeff Zhao
2021-12-20remove area recalculationJeff Zhao
2021-12-20refactor image preview via ueberzugJeff Zhao
2021-12-20Add script hooks for image previews (#113)DLFW
2021-12-15add dynamic number of columns (#111)Vinegret43
2021-12-05add line numbers (#109)Vinegret43
2021-11-27add scrolling support to file previewJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02add basic support for command historyJeff Zhao
2021-09-30move logic out of tui_command_menu.rs into input.rsJeff Zhao
2021-09-30move input logic out of tui_worker_view and into show_workersJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-09-25cargo fmtJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-19add support for counting files lazilyJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-24fix preview script being constantly called on files with no previews availableJeff Zhao
2021-06-23code cleanupJeff Zhao
2021-06-22rudimentary file preview supportJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-06-20fix border not being drawn correctly at rootJeff Zhao
2021-06-19fix crash if menu is larger than screenJeff Zhao
2021-05-13implement clippy fix: #[warn(clippy::single_match)]Prince