summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-11-30 22:23:07 +0100
committerCanop <cano.petrole@gmail.com>2020-11-30 22:23:07 +0100
commit4f0632a74bfc11e3eebcc04ae6fede1a690ea606 (patch)
tree5e40ca065448352f683af0d850fb9312de9b7f43 /README.md
parent2fd09de426e8f7623180a834244330a0ec3f069a (diff)
better cache management for dir size computation
Makes it faster in 2 common cases: - compute the root size when children already computed - going up one level in the tree
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3232184..124faa0 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ And you can add shortcuts, for example a <kbd>ctrl</kbd> sequence or a function
If you want to display *sizes*, *dates* and *permissions*, do `br -sdp` which gets you this:
-![replace ls](website/docs/img/20200704-sdp.png)
+![replace ls](website/docs/img/20201130-sdp.png)
You may also toggle options with a few keystrokes while inside broot. For example hitting a space, a `d` then enter shows you the dates. Or a space, then `h` then enter and you see hidden files.