summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2023-05-02Added additional clarification for deleting help files.Per Sommer
2023-03-12feat: improve CLI help provided with the `--format` flag.Sebastian Thiel
2023-03-12refactorSebastian Thiel
2023-03-11use binary format by default (except on macOS)Helmut K. C. Tessarek
2023-02-23Merge pull request #147 from nyurik/patch-1Sebastian Thiel
2023-02-23refactorSebastian Thiel
2023-02-22Update help.rsYuri Astrakhan
2023-02-22traverse: don't recurse on cross-device filesystemsThomas Orozco
2023-02-05Draw window before processing events, fixes #143Ferdia McKeogh
2022-12-15create our own threadpool with minimal stack instead of using the global one.Sebastian Thiel
2022-12-15uprgade to latest `jwalk` version for more hang-safetySebastian Thiel
2022-12-13feat: Remove the handbrake on MacOS which can now deliver the expected perfor...Sebastian Thiel
2022-12-13upgrade to clap 4Sebastian Thiel
2022-12-13upgrade sysinfo and make thread detection work for all Apple M series for now.Sebastian Thiel
2022-12-13thanks clippySebastian Thiel
2022-09-19chore: replace `colored` dependency with `owo-colors`.Sebastian Thiel
2022-09-19refactorSebastian Thiel
2022-09-19thanks clippySebastian Thiel
2022-09-18refactor: colored path printing; fix size column formatSergey A
2022-09-12feat: Automatically resize if the terminal changes in size. (#28)Sebastian Thiel
2022-09-01dependencies: switch from colored to owo-colorsSergey A
2022-07-22Add Apple M2 to default thread derivationFerdia McKeogh