summaryrefslogtreecommitdiffstats
path: root/src/fs
AgeCommit message (Expand)Author
2022-10-17add `filter` command (#205)Noah Too
2022-09-04show how many files are selected in the footerJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-08-13Sort options individual per tab (#191)DLFW
2022-06-22Add `flat` command (#177)Noah Too
2022-04-17code cleanupJeff Zhao
2022-03-02Try all options when opening files (#150)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-23Fix overflows in viewport (#141)sushi-shi
2022-02-01code cleanup (#135)DLFW
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