summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_dirlist_detailed.rs
AgeCommit message (Expand)Author
2024-03-14fix: restore line numbers (#511)Azad
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10cargo clippyJeff Zhao
2024-03-10fix theme not using prefixJeff Zhao
2023-10-08clippyJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-23migrate to ratatuiJeff Zhao
2023-01-04cargo clippy and update (#245)Jeff Zhao
2023-01-04make symlink enum more clearJeff Zhao
2022-10-20Add linemode feature and first simple linemodes (#206)DLFW
2022-05-26add vsplit viewJeff Zhao
2022-04-09selected files now indented like rangerJeff Zhao
2022-04-09fix regular file styling not respecting theme config (#163)Jeff Zhao
2022-01-03Continuous scrolling (#118)DLFW
2021-12-05fix printing line numbersJeff Zhao
2021-12-05add line numbers (#109)Vinegret43
2021-11-27cargo clippyJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-08-19add support for counting files lazilyJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-25show file stem if file extension is too longJeff Zhao
2021-06-21fix not displaying directories without proper permissionsJeff Zhao
2021-06-21show size of directories (#76)DLFW
2021-06-21fix: right label disappears (#79)DLFW
2021-06-21revert tui_dirlist_detailed to use MIN_LEFT_LABEL_WIDTHJeff Zhao
2021-06-20fix file sizes not appearing when filename too longJeff Zhao
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-05-26fix files with long extensions to print out of boundsJeff Zhao
2021-05-01move theming out of entry and into utilsJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
2021-01-31rework directory list rendering codeJeff Zhao
2020-12-24fix cut/copy src not updating after pasteJiayi Zhao
2020-12-15fix printing extra characterJiayi Zhao
2020-12-15cargo fmtJiayi 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-12-06add arrow indicating symlinksJiayi Zhao
2020-10-11Reverted raw_file_name() to file_name() and added label()Anas Saeed
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-04-03updatesJiayi Zhao