summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-08-02 15:12:11 +0200
committerCanop <cano.petrole@gmail.com>2019-08-02 15:12:11 +0200
commitf1ec96bcf72f8cff71bf1caca55f960c84ca4996 (patch)
treea163107a890751e0a43ff2db09feca1b30643363 /README.md
parent25eb72fd9361f65b0b2f11e9337654637eb17f73 (diff)
whalespotting modev0.9.3
This mode is activated by the --sizes option and makes a few changes to the broot logic in order to ease size survey: - sizes computed and displayed - only one level of tree - size based ordering - hidden files and gitignored ones are shown (by default)
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index c9ad8cc..fd6cbba 100644
--- a/README.md
+++ b/README.md
@@ -54,18 +54,22 @@ For example, assuming you look for your one file whose name contains `abc` in a
And if you look for a filename *ending* in `abc` then you may anchor the regex: `abc$/`.
-### See what takes space:
-
-![size](img/20190128-only-folders-with-size.png)
-
-To toggle size display, type `:s`. Sizes are computed in the background, you don't have to wait for them when you navigate.
-
### Apply a personal shortcut to a file:
![size](img/20190128-edit.png)
Just find the file you want to edit with a few keystrokes, type `:e`, then `<enter>` (you should define your preferred editor, see [documentation](documentation.md#verbs)).
+### See what takes space:
+
+![size](img/20190802-sizes.png)
+
+If you start broot with the `--sizes` option, you get a mode tailored to "whale spotting" nagigation, making it easy to determine what files or folders take space.
+
+And you keep all broot tools, like filtering or the ability to delete or open files and directories.
+
+Sizes are computed in the background, you don't have to wait for them when you navigate.
+
### More...
See **[Broot's web site](https://dystroy.org/broot)** for instructions regarding installation and usage.