summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 10:55:32 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 10:55:32 +0800
commit9824585960f09729c5547d60edaea5d97fdb595f (patch)
tree5c57e738d06cc9fc35d7479fe1ba3e576c918f83 /README.md
parent6b90258662810ce740f7f9ad44234e10f3367fc3 (diff)
cleanup 'quick-hack' done in 2.3.9 - much better now
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d5cef1..dc72b1e 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,9 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
### Limitations
+* Does not show symbolic links at all if no path is provided when invoking `dua`
+ * in an effort to skip symbolic links, for now there are pruned and are not used as a root. Symbolic links will be shown if they
+ are not a traversal root, but will not be followed.
* Interactive mode only looks good in dark terminals (see [this issue](https://github.com/Byron/dua-cli/issues/13))
* _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.