summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_footer.rs
AgeCommit message (Expand)Author
2023-08-13feat: Add case sensitivity support for searching, selecting and filtering fil...Justin Chen
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-30mtime will display with local timezone (#384)Lzzzzzt
2023-07-23migrate to ratatuiJeff Zhao
2023-05-31fix(spans,line): update dependency ratatui 0.21 (#319)Mathieu Herrmann
2023-01-04make symlink enum more clearJeff Zhao
2022-12-04Display filter and flat status in footer (#232)Noah Too
2022-09-04show how many files are selected in the footerJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-01-03Continuous scrolling (#118)DLFW
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-05-01make index public attributeJeff Zhao
2021-05-01add UTC to timestampJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-04-16code cleanupJeff Zhao
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
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-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-21wrap fs::FileType with in-house solutionJiayi Zhao
2020-03-21format bytes into KB, MB, etcJiayi Zhao
2020-03-20add initial support for detecting mimetypesJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-17rework menu widgetJiayi Zhao