summaryrefslogtreecommitdiffstats
path: root/src/run.rs
AgeCommit message (Expand)Author
2022-07-24make ambiguous command message more clearJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff 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-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-01code cleanup (#135)DLFW
2022-01-13Calling preview removed hook when help page shown (#125)DLFW
2022-01-09add option to turn off automatic directory reloadingJeff Zhao
2022-01-09Fix: invoke correct hook script (#121)DLFW
2022-01-03Continuous scrolling (#118)DLFW
2021-12-27only process previews if preview shown and remove scripts are present in configJeff Zhao
2021-12-20fix area not correct and calculating with bordersJeff Zhao
2021-12-20refactor image preview via ueberzugJeff Zhao
2021-12-20Add script hooks for image previews (#113)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-12-16Update view on filesystem changes (#112)DLFW
2021-12-05Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2021-12-05add line numbers (#109)Vinegret43
2021-12-04move more logic into process_non_interactiveJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02fix workers not runningJeff Zhao
2021-10-02change search_skim to SJeff 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-30move logic out of tui_command_menu.rs into input.rsJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-21revert tui_dirlist_detailed to use MIN_LEFT_LABEL_WIDTHJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-06-09fix issue where joshuto does not startJeff Zhao
2021-05-06move worker stuff to its own context structJeff Zhao
2021-04-30rename traits and move structs aroundJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rename CommandMapping to KeyMappingJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-02-09move files around, code clean upJeff Zhao
2021-01-31code cleanupJeff Zhao
2021-01-31cargo fmtJeff Zhao
2021-01-31add --lastdir option to output pwd upon quittingJeff Zhao
2021-01-31rework directory list rendering codeJeff Zhao
2021-01-27add mouse scroll support without mouse terminalJeff Zhao
2021-01-19add mouse clicking supportJeff Zhao
2020-12-30add support for scrolling on different columnsJiayi Zhao
2020-12-30add resize notification support and preliminary mouse supportJiayi Zhao