summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2022-06-14restyle for compatibility with 'light' color schemesSam Mason
2022-05-12fix: Open interactive mode even if one of the input paths can't be read. (#124)Sebastian Thiel
2022-05-12fix: broken or non-existing root path will still print the valid results. (#124)Sebastian Thiel
2022-03-19Improve aggregate progress reportingThomas Hurst
2022-02-21Adjust to changes in clapSebastian Thiel
2022-01-23Update clap to official releaseMarcin Puc
2022-01-21feat: interactive mode learns 'toggle [a]ll' and 'remove [a]ll'.Sebastian Thiel
2022-01-20Add documentationOmnikar
2022-01-20Add `a` key to toggle marked status of all entriesOmnikar
2022-01-09fix: build on platforms without 64-bit atomicscinerea0
2021-12-27upgrade clapSebastian Thiel