It would be nice to be able to specify a file glob to restrict what files helm-projectile-grep searches, e.g. "*.md" to search only through markdown doc files. It looks like projectile-grep supports this already, according to its docstring:
"Perform rgrep in the project.
With a prefix ARG asks for files (globbing-aware) which to grep in.
With prefix ARG of `-' (such as `M--'), default the files (without prompt),
to `projectile-grep-default-files'.
With REGEXP given, don't query the user for a regexp."
Actual behavior
Prefix arg is ignored
Environment & version information
helm-projectile version: 58123f14c392021714fc5d23b9f95c7f95ce07f1 (current master as of today)
Expected behavior
It would be nice to be able to specify a file glob to restrict what files
helm-projectile-grep
searches, e.g. "*.md" to search only through markdown doc files. It looks likeprojectile-grep
supports this already, according to its docstring:Actual behavior
Prefix arg is ignored
Environment & version information
helm-projectile
version: 58123f14c392021714fc5d23b9f95c7f95ce07f1 (current master as of today)helm
version (inhelm-pkg.el
): https://github.com/emacs-helm/helm/commit/2c6839f3, which has3.8.0
inhelm-pkg.el
projectile
version (M-x projectile-version
): https://github.com/bbatsov/projectile/commit/87f6078, which hasprojectile-version
of2.4.0
.M-x emacs-version
): 27.2