summaryrefslogtreecommitdiffstats
path: root/website/docs/export.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-09 17:01:03 +0200
committerCanop <cano.petrole@gmail.com>2020-07-09 17:01:03 +0200
commitd094c44ca6032fdc7f8c2da4bd31bc0aaeaa8adc (patch)
tree8612848721ec9e877163ca0c422f73c285829638 /website/docs/export.md
parentefd3ea97514545be187982bbe62d8ad012e17ebd (diff)
add [ext-colors] to color files depending on their extension
Diffstat (limited to 'website/docs/export.md')
-rw-r--r--website/docs/export.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/docs/export.md b/website/docs/export.md
index 98aa2c7..64d5a83 100644
--- a/website/docs/export.md
+++ b/website/docs/export.md
@@ -3,7 +3,7 @@ If you want to use the pruned tree out of broot (for example for a documentation
It can be used in several ways.
-The easiest is to just execute it from inside the application (the verb is also accessible with the `:pt` shortcut). This quits broot and you find the tree on your console, without the status line and the input, but with the same filtering state as when you were browsing.
+The easiest is to execute it from inside the application (the verb is also accessible with the `:pt` shortcut). This quits broot and you find the tree on your console, without the status line and the input, but with the same filtering state as when you were browsing.
Example with a filter:
@@ -28,7 +28,7 @@ For example
will export the local tree to the `my_file.txt` file.
-Or just
+Or
broot --no-style > tree.txt