summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-05-26open files now pass relative paths instead of full pathsKamiyaa
2020-05-13rework command parsing and add shell commandJiayi Zhao
2020-05-12add support for sorting via lexical and mtimeJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-04-03updatesJiayi Zhao
2020-03-21wrap fs::FileType with in-house solutionJiayi Zhao
2020-03-20add initial support for detecting mimetypesJiayi Zhao
2020-03-19add soft-reload optionJiayi Zhao
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-18add default keymappings when config dneJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-16better error handling for threadsJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-24reduce duration of messagesJiayi Zhao
2020-02-24fix open_file_withJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao
2019-08-06make usercache persistentJiayi Zhao
2019-08-05decouple mimetypes and file opening moreJiayi Zhao
2019-08-05rework how mimetype configuration worksJiayi Zhao
2019-08-03Make xdg_open toggleableJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-28change mimetype.toml configJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-01make default keys more saneJiayi Zhao
2019-05-31cargo fmtJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi Zhao
2019-05-26Revert keymaps back to vectorsJiayi Zhao
2019-05-25update toml structures to work with new configJiayi Zhao
2019-05-19cargo fmtJiayi Zhao
2019-05-19make use of serde default where possibleJiayi Zhao
2019-05-05cargo fmtJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-30rework how mimetype.toml config worksJiayi Zhao
2019-04-29put prefix and prefixsize into a single OptionJiayi Zhao
2019-04-28code cleanupJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
2019-04-26rework preview to work with configuration filesJiayi Zhao
2019-04-25add option for enabling/disabling preview supportJiayi Zhao
2019-04-25add option for limiting preview to small file sizesJiayi Zhao
2019-04-22code cleanup and implement std::default::DefaultJiayi Zhao
2019-04-04fix cursor resetting to top when action is completedJiayi Zhao
2019-04-02refactor sorting structsJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-03-02fix search_prev silently overwriting paste commandsJiayi Zhao