summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-10-17add `filter` command (#205)Noah Too
2022-09-17cargo updateJeff Zhao
2022-09-11add more helpful error messagesJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-08-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-08-13Sort options individual per tab (#191)DLFW
2022-07-24add more to error messageJeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-07-01add ability to check whether a preview is outdatedJeff Zhao
2022-06-27fix bulk_rename logic errorJeff Zhao
2022-06-27fix confirm_exit not workingJeff 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-04-17track child processes and properly close them when completeJeff Zhao
2022-04-09rename crude to raw again = =;Jeff Zhao
2022-03-05cargo fmtJeff Zhao
2022-03-05Fix for issue #151 (#154)Beethoven-n
2022-03-02Try all options when opening files (#150)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-01code cleanup (#135)DLFW
2022-01-13add forking capabilities via xdg_openJeff Zhao
2022-01-09add option to turn off automatic directory reloadingJeff Zhao
2022-01-09default configuration for joshuto and for themes now read fromJeff 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-10-27cargo fmtJeff Zhao
2021-10-27remove default config hardcode and use include_str! insteadJeff Zhao
2021-10-20move select option into optionJeff Zhao
2021-10-20cargo fmtJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15add fzf subdir jumpingJeff Zhao
2021-10-15remove keymapping default codeJeff 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-02Merge branch 'main' into devJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-26code cleanupJeff Zhao
2021-09-25cargo fmtJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-07-22add automatically_count_files optionJeff Zhao
2021-07-17add tilde expansion to preview script pathJeff Zhao
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-19open command line with a colon (#75)DLFW