summaryrefslogtreecommitdiffstats
path: root/src/fs/dirlist.rs
AgeCommit message (Expand)Author
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2024-02-20fix: update all lists viewports on sort method change (#492)Azad
2023-11-04feat: add `focus_on_create` option (#448)Azad
2023-09-07cleanup config codeJeff Zhao
2023-01-04make symlink enum more clearJeff Zhao
2022-12-04Bulk-rename works with only current file (#234)DLFW
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-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-01-03Continuous scrolling (#118)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-22rudimentary file preview supportJeff Zhao
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-05-14fix set_mode not workingJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-25add support for glob file selectionJeff 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-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-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
2020-03-05fix cursor moving to the top when a reload happensJiayi Zhao
2020-03-03fix cursor moving to top after deletion or renameJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao