summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2020-10-12 08:35:21 +0200
committerThierry Volpiatto <thievol@posteo.net>2020-10-19 09:15:17 +0200
commitc11779cd11a1f62cd160ea9507641f8cc1a9d321 (patch)
treef60027e02ff17d9c1f4c2496b40ce7778fa60327 /helm-help.el
parentca820a29ed2a46543b3221444e7a3b6297a65c00 (diff)
Add support for fd shell command
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):