summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:30:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:30:50 +0800
commit93b9e12a1de090d1c07968144f6d21061e6de50a (patch)
treeb98941ce306a0f6aaf4611c0600c4e920dafbf1a /README.md
parentba7b071af53444cf33ed6a11aae02b34bc26c82b (diff)
Remove short-comings from README, as they are not present anymore
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index d818beb..abf01f0 100644
--- a/README.md
+++ b/README.md
@@ -172,10 +172,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))
-* _Hard links_ are not understood, thus hard-linked files will possibly be counted multiple times.
* _Symlinks_ are followed and we obtain the logical size of the file they point to. Ideally, we only
count their actual size.
-* _logical filesize_ is used instead of computed or estimating actual size on disk.
* _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,