summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/common.rs
AgeCommit message (Expand)Author
2024-01-23feat: add `dua i --no-entry-check` flag. (#227)Sebastian Thiel
2024-01-22fix: don't check entry metadata while a scan is in progress (#223)Sebastian Thiel
2023-12-25fix: keep checking for existance of entries outside of the glob top-level.Sebastian Thiel
2023-12-23use `gix-glob` for matching; support for matching dirs only.Sebastian Thiel
2023-12-23remove treeview abstraction in favor of something simplerSebastian Thiel
2023-12-19Replace EntryData in EntryDataBundle with individual propertiesPiotr Wach
2023-12-19Implements glob search modePiotr Wach
2023-12-09assure sorting of entry-counts takes files into consideration.Sebastian Thiel
2023-12-09refactorSebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-05-05thanks clippySebastian Thiel
2019-07-26Don't follow symlinks when calculating size interactivelyVinzent Steinberg
2019-06-16performance improvementsv2.1.2Sebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-07Grapheme handling when truncating long filenamesSebastian Thiel
2019-06-05EntryDataBundle with all data we need: next - don't query during drawSebastian Thiel
2019-06-05step 1: we store entries as we enter/exit nodesSebastian Thiel
2019-06-05Sorted entries now fetches the Path as well, prep for entries refactoringSebastian Thiel
2019-06-05move sorted_entries closer to where it is usedSebastian Thiel