diff options
author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-06-16 12:41:25 +0800 |
---|---|---|
committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-06-16 12:41:25 +0800 |
commit | bb2162cc3e6fd189592028246acc48610c93f1c1 (patch) | |
tree | 95f2c7fccbb509f5a2252707a3e3490c7debc300 | |
parent | d9dcbd0f89c1267f272f3cd7e9f9dd69d0ae145b (diff) |
Inform about the dark-mode limitation
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |