summaryrefslogtreecommitdiffstats
path: root/src/common.rs
AgeCommit message (Expand)Author
2024-01-14Traverse children vs parent & fix parent node size after refreshPiotr Wach
2024-01-07wipPiotr Wach
2024-01-07Move ByteFormat out of WalkOptionsPiotr Wach
2024-01-03Use `gix-path` for more control and performance.Sebastian Thiel
2024-01-03refactorSebastian Thiel
2023-12-27fix ignore dirs wipPiotr Wach
2023-12-27Option to enable debug logsPiotr Wach
2023-12-08refactorSebastian Thiel
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-11-19Fixes alignment when in interactive mode and -f binaryPiotr Wach
2023-05-05Simplify GUI refreshes by using a throttleSebastian Thiel
2023-05-05generalize the throttle implementation to allow usagein UISebastian Thiel
2023-02-23refactorSebastian Thiel
2023-02-22traverse: don't recurse on cross-device filesystemsThomas Orozco
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-13thanks clippySebastian Thiel
2021-12-27feat: Add `--ignore-dirs` option, with useful default on linux (#116)Sebastian Thiel
2021-05-30Fix testsSebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2021-01-04dependency updateMaxim Zhukov
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-05-04Add '-x' flag to not cross filesystemsSebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
2020-03-16Now we are truly single-threaded when threads = 1Sebastian Thiel
2020-03-16jwalk 0.5 has landed - now we don't follow symlinks during traversal!Sebastian Thiel
2020-03-15Revert "Upgrade to jwalk 0.5; stop following symlinks during traversal"Sebastian Thiel
2020-03-15Upgrade to jwalk 0.5; stop following symlinks during traversalv2.3.4Sebastian Thiel
2020-02-22Rename 'count-links' to more descriptive 'count-hard-links'Sebastian Thiel
2020-02-22Add hardlink tracking, and an option to disable itThomas Hurst
2020-02-22Add support for real/apparent sizeThomas Hurst
2019-06-15Usage of StableGraph fixes logic thus farSebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-07Happier clippySebastian Thiel
2019-06-07First prettier version of mark paneSebastian Thiel
2019-06-07Happy clippySathish
2019-06-05move sorted_entries closer to where it is usedSebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Add support for static byte unitsSebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-04Fix byte formattingSebastian Thiel
2019-06-04refactorSebastian Thiel
2019-06-03Add 'O' to open a folder or file using the default programSebastian Thiel
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel
2019-06-03Show directories very similar to ncduSebastian Thiel
2019-06-03Compute percentage (at all), non-graphical for nowSebastian Thiel
2019-06-03Unify sorting to start dealing with selectionsSebastian Thiel
2019-06-03Assure root size is properly computedSebastian Thiel