summaryrefslogtreecommitdiffstats
path: root/src/run.rs
AgeCommit message (Expand)Author
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10Merge branch 'main' into devJeff Zhao
2024-03-10move preview area into PreviewContextJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2023-09-07cleanup config codeJeff Zhao
2023-08-29command chaining supportJeff Zhao
2023-08-12add optional description to keymapsJeff Zhao
2023-07-23migrate to ratatuiJeff Zhao
2022-11-20add bookmark supportJeff Zhao
2022-09-10fix preview width = 0 issueJeff Zhao
2022-08-31move numbered_command into command that can be invokedJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
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