summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 12b4dd8b..d40d9493 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -449,7 +449,7 @@ List all the files under this directory and other subdirectories
- With two prefix arguments:
Same but the cache is refreshed.
-**** You can start a recursive search with \"locate\" or \"find\"
+**** You can start a recursive search with \"locate\" \"find\" or [[https://github.com/sharkdp/fd][Fd]]
See \"Note\" in the [[Recursive completion on subdirectories][section on subdirectories]].
@@ -490,6 +490,15 @@ Examples:
- \"find %s -type d -name '*%s*'\"
- \"find %s -type d -regex .*%s.*$\"
+[[https://github.com/sharkdp/fd][Fd]] command is now also supported, it is regexp based and very fast, here is the
+command line to use:
+
+- \"fd --hidden --type d .*%s.*$ %s\"
+
+You can use also a glob based search, in this case use the --glob option:
+
+- \"fd --hidden --type d --glob '*%s*' %s\"
+
*** Insert filename at point or complete filename at point
On insertion (not on completion, i.e. there is nothing at point):