summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--website/docs/index.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index effb79c..e9c1c94 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,8 @@ And you have other types of searches, for example searching on file content (sta
![content search](website/docs/img/20200608-content-search.png)
+You may also apply logical operators or combine patterns, for example searching `test` in all files except txt ones could be `!/txt$/&c/test` and searching `carg` both in file names and file contents would be `carg|c/carg`.
+
Once the file you want is selected you can
* hit <kbd>enter</kbd> (or double-click) to open it in your system's default program
diff --git a/website/docs/index.md b/website/docs/index.md
index 1aeb8ad..a094cdd 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -44,6 +44,8 @@ And you have other types of searches, for example searching on file content (sta
![content search](img/20200608-content-search.png)
+You may also apply logical operators or combine patterns, for example searching `test` in all files except txt ones could be `!/txt$/&c/test` and searching `carg` both in file names and file contents would be `carg|c/carg`.
+
Once the file you want is selected you can
* hit <kbd>enter</kbd> (or double-click) to open it in your system's default program