summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
2021-06-10add support for specifying new tab home pageJeff Zhao
2021-06-10impl FromStrJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-18rework new sorting algorithmJeff Zhao
2021-05-17sort: fix sort not following configJeff Zhao
2021-05-17some sorting features addedmakeefu
2021-05-16rework mimetype configJeff Zhao
2021-05-14fix set_mode not workingJeff Zhao
2021-05-13add arrow prefix to up,down,left,rightJeff Zhao
2021-05-13cargo fmtJeff Zhao
2021-05-13remove printJeff Zhao
2021-05-13Merge branch 'main' into devJeff Zhao
2021-05-13add support for rgb colorsJeff Zhao
2021-05-13fix naming and add open_with id optionJeff Zhao
2021-05-06make clippy happyJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-30rename traits and move structs aroundJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-30move more config into their own foldersJeff 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-04-16code cleanupJeff Zhao
2021-04-05enable borders by defaultJeff Zhao
2021-02-21remove some codeJeff Zhao
2021-02-02add borders supportJeff Zhao
2021-01-31code cleanupJeff Zhao
2020-12-30cache layout infoJiayi Zhao
2020-12-30add resize notification support and preliminary mouse supportJiayi Zhao
2020-12-26add support for trashing files instead of permanently deletingJiayi Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-12-06version bump and code cleanup0.8.5Jiayi Zhao
2020-10-08Added configuraton for showing iconsAnas Saeed
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
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