summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-11 18:16:01 +0200
committerCanop <cano.petrole@gmail.com>2021-05-11 18:16:01 +0200
commit613162c810a14dbd79adc125f89366315309a533 (patch)
tree7ea3127fb3ac7c9234fb1deb17ee2b50792434a5 /website/docs
parent289a08741ef5b375305b3bda84962b83dfc93ecd (diff)
more modern screenshots on the website
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/README.md1
-rw-r--r--website/docs/img/20210511-fuzzy-re.pngbin0 -> 38830 bytes
-rw-r--r--website/docs/img/20210511-regex.pngbin0 -> 20398 bytes
-rw-r--r--website/docs/img/20210511-twop.pngbin0 -> 66603 bytes
-rw-r--r--website/docs/input.md16
5 files changed, 5 insertions, 12 deletions
diff --git a/website/docs/README.md b/website/docs/README.md
index eb8ceea..02ff1ed 100644
--- a/website/docs/README.md
+++ b/website/docs/README.md
@@ -1,3 +1,2 @@
-
This directory is the source of the web site which is at https://dystroy.org/broot
diff --git a/website/docs/img/20210511-fuzzy-re.png b/website/docs/img/20210511-fuzzy-re.png
new file mode 100644
index 0000000..dc0f64c
--- /dev/null
+++ b/website/docs/img/20210511-fuzzy-re.png
Binary files differ
diff --git a/website/docs/img/20210511-regex.png b/website/docs/img/20210511-regex.png
new file mode 100644
index 0000000..438865e
--- /dev/null
+++ b/website/docs/img/20210511-regex.png
Binary files differ
diff --git a/website/docs/img/20210511-twop.png b/website/docs/img/20210511-twop.png
new file mode 100644
index 0000000..3b9ad43
--- /dev/null
+++ b/website/docs/img/20210511-twop.png
Binary files differ
diff --git a/website/docs/input.md b/website/docs/input.md
index 6911d72..8d0ac50 100644
--- a/website/docs/input.md
+++ b/website/docs/input.md
@@ -78,23 +78,17 @@ Verbs are detailed in the [Verbs & Commands](verbs.md) chapter.
# Examples
-## A Fuzzy search:
+## A Fuzzy Path search:
`re`
-![fuzzy](img/20200526-input-fuzzy.png)
+![fuzzy](img/20210511-fuzzy-re.png)
## A regular expression based search:
-`/re`
+`/R`
-![fuzzy](img/20200604-input-regex.png)
-
-## A fuzzy path search
-
-`p/coco`
-
-![fuzzy](img/20200604-fuzzy-path.png)
+![fuzzy](img/20210511-regex.png)
## A search followed by a command without arguments:
@@ -116,7 +110,7 @@ In this case with an escaped space:
`c/two\ p`
-![content search](img/20200608-content-search.png)
+![content search](img/20210511-twop.png)
## A regular expression based full text search