summaryrefslogtreecommitdiffstats
path: root/src/fs
AgeCommit message (Expand)Author
2022-01-03Continuous scrolling (#118)DLFW
2021-12-20Add script hooks for image previews (#113)DLFW
2021-12-12Fix: DirList::need_update considers mtime change (#110)DLFW
2021-10-20cargo fmtJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-09-30fix parent directory not refreshing for hidden files toggleJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-07-22add automatically_count_files optionJeff Zhao
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-23fix broken symlinks not appearingJeff Zhao
2021-06-22rudimentary file preview supportJeff Zhao
2021-06-21fix not displaying directories without proper permissionsJeff Zhao
2021-06-21show size of directories (#76)DLFW
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-06-14fix files with improper encoding names from not showing upJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-17some sorting features addedmakeefu
2021-05-14fix set_mode not workingJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-05-01add UTC to timestampJeff Zhao
2021-05-01move theming out of entry and into utilsJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-01-19add mouse clicking supportJeff Zhao
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
2020-12-14selected item now highlights entire row instead of just filenameJiayi Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-10-11fix file not displaying if file name has incorrect unicode pointsJiayi Zhao
2020-10-11Reverted raw_file_name() to file_name() and added label()Anas Saeed
2020-10-10Added raw filenames to JoshutoDirEntry to fix sorting bugAnas Saeed
2020-10-08Added configuraton for showing iconsAnas Saeed
2020-10-08Added Devicon SupportAnas Saeed
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-05-12add support for sorting via lexical and mtimeJiayi 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-16cargo clippyJiayi Zhao
2020-03-16better error handling for threadsJiayi Zhao
2020-03-14make sure to reload src and dest dirlists after a io operation completesJiayi Zhao