summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-23refactor glob widgetSebastian Thiel
2023-12-22more copy-on-write for entriesSebastian Thiel
2023-12-22refactor shorteningSebastian Thiel
2023-12-22thanks clippySebastian Thiel
2023-12-20Shorten long paths so that they fit on the screenPiotr Wach
2023-12-20Show error message on empty search resultPiotr Wach
2023-12-20Glob most used keysPiotr Wach
2023-12-20Fix formattingPiotr Wach
2023-12-20Fix cursor renderingPiotr Wach
2023-12-19Small code review fixesPiotr Wach
2023-12-19Use appropriate tree view when listing entriesPiotr Wach
2023-12-19Replace EntryData in EntryDataBundle with individual propertiesPiotr Wach
2023-12-19Implements glob search modePiotr Wach
2023-12-13make clear why roots were special cased, and try to restore that behaviour.Sebastian Thiel
2023-12-13Adds the missing '/' prefix for root directoriesPiotr Wach
2023-12-13Merge branch 'app_state_init_refactor'Sebastian Thiel
2023-12-13minior refactorSebastian Thiel
2023-12-12Refactors AppState initialization during app startupPiotr Wach
2023-12-11fix: EntryData size test passes on 32-bit (#197)cinerea0
2023-12-11fix: single files will not cause IO error (#194)Sebastian Thiel
2023-12-10Merge branch 'main_windows_render_refactor'Sebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10Calculates mark pane item count consistently with the rest of the appPiotr Wach
2023-12-10Refactors MainWindow render to make it more readablePiotr Wach
2023-12-09upgrade to latest crossterm; switch to `ratatui` from `tui`Sebastian Thiel
2023-12-09feat: Add total size to header bar and change to aggregate, human-readable it...Sebastian Thiel
2023-12-09Displays total item countPiotr 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-12-08refactorSebastian Thiel
2023-12-08Fix visual changesPiotr Wach
2023-12-08Refactors entries panel by moving code to separate functionsPiotr Wach
2023-12-06thanks clippySebastian Thiel
2023-12-06assure `device_id` is taken from the final CWD (#186) (#110)Sebastian Thiel
2023-12-06Skip through single root directoryPiotr Wach
2023-11-24Fix tests on WindowsPiotr Wach
2023-11-24Hide mtime column by default, unless enabledPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-11-24Add test to assure memory consumption of EntryData doesn't change unexpectedly.Sebastian Thiel
2023-11-20Fixes marking parent directory for deletion counts children twicePiotr Wach
2023-11-19Fixes alignment when in interactive mode and -f binaryPiotr Wach
2023-05-05feat: TUI now shows performance metrics while scanning and after.Sebastian Thiel
2023-05-05thanks clippySebastian Thiel
2023-05-05Simplify GUI refreshes by using a throttleSebastian Thiel
2023-05-05generalize the throttle implementation to allow usagein UISebastian Thiel