From d2fda42dca410a9319f3f08b24545cbd8b8f1f59 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 15 Mar 2020 20:31:46 +0800 Subject: Revert "Upgrade to jwalk 0.5; stop following symlinks during traversal" This reverts commit 4990fa4202f2b687ee2476efe0a406fdfe23fd96. Performance regression - it only uses a single thread for most of the iteration. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37b9038..cbfe5de 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ dua interactive * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? -#### ✅ v2.3.4 Fast exit from interactive mode for a responsive exit; don't follow symlinks during traversal +#### ✅ v2.3.4 Fast exit from interactive mode for a responsive exit #### ✅ v2.3.3 YANKED - journey tests failed to changed method signature @@ -194,6 +194,8 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in ### Limitations * Interactive mode only looks good in dark terminals (see [this issue](https://github.com/Byron/dua-cli/issues/13)) +* _Symlinks_ are followed and we obtain the logical size of the file they point to. Ideally, we only + count their actual size. * _easy fix_: file names in main window are not truncated if too large. They are cut off on the right. * There are plenty of examples in `tests/fixtures` which don't render correctly in interactive mode. This can be due to graphemes not interpreted correctly. With Chinese characters for instance, -- cgit v1.2.3