summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 12:41:25 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 12:41:25 +0800
commitbb2162cc3e6fd189592028246acc48610c93f1c1 (patch)
tree95f2c7fccbb509f5a2252707a3e3490c7debc300
parentd9dcbd0f89c1267f272f3cd7e9f9dd69d0ae145b (diff)
Inform about the dark-mode limitation
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf6a441..8f9946b 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,7 @@ 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))
* _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.