summaryrefslogtreecommitdiffstats
path: root/website
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 /website
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 'website')
-rw-r--r--website/docs/img/20190802-sizes.pngbin0 -> 38176 bytes
-rw-r--r--website/docs/index.md13
2 files changed, 9 insertions, 4 deletions
diff --git a/website/docs/img/20190802-sizes.png b/website/docs/img/20190802-sizes.png
new file mode 100644
index 0000000..f1a1c2b
--- /dev/null
+++ b/website/docs/img/20190802-sizes.png
Binary files differ
diff --git a/website/docs/index.md b/website/docs/index.md
index 1ffac21..66a8d32 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -44,7 +44,7 @@ Once the file you want is selected you can
# Manipulate your files
-![size](img/20190306-mv.png)
+![mv](img/20190306-mv.png)
Most often you move your files in the blind. You do a few `ls` before, then your manipulation, and maybe you check after.
@@ -58,11 +58,16 @@ Move, copy, rm, mkdir, are built in and you can add your own shortcuts.
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/usage.md#verbs)).
-# See what takes space
+### See what takes space:
-![size](img/20190128-only-folders-with-size.png)
+![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.
-To toggle size display, type `:s`. Sizes are computed in the background, you don't have to wait for them when you navigate.
# More...