summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-06 10:34:06 +0200
committerCanop <cano.petrole@gmail.com>2020-07-06 10:34:06 +0200
commit9d9ef0c205845ca70e433fb581981d2a76755283 (patch)
treeb480f08b0e50cd220986a4e7f7d3ec4ec1b4cd2e /README.md
parent2e54f19aa835650049ad1118e7e8d6c815d04f6b (diff)
avoid drawing the char at the bottom-right of the terminal
It makes some terminals flicker, so it's now done only once at startup and never after
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f338792..4bd32d5 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ And you can add shorcuts, for example a <kbd>ctrl</kbd> sequence or a function k
If you want to display *sizes*, *dates* and *permissions*, do `br -sdp` which gets you this:
-![replace ls](website/docs/img/20200628-sdp.png)
+![replace ls](website/docs/img/20200704-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.
@@ -129,7 +129,7 @@ When sorting, the whole content of directories is taken into account. So if you
If you start broot with the `--whale-spotting` option (or its shorcut `-w`), you get a mode tailored to "whale spotting" navigation, making it easy to determine what files or folders take space.
-![size](website/docs/img/20200628-whale-spotting.png)
+![size](website/docs/img/20200704-whale-spotting.png)
And you keep all broot tools, like filtering or the ability to delete or open files and directories.