You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 58123f1 (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: 58123f1 (current master as of today)helm
version (inhelm-pkg.el
): emacs-helm/helm@2c6839f3, which has3.8.0
inhelm-pkg.el
projectile
version (M-x projectile-version
): bbatsov/projectile@87f6078, which hasprojectile-version
of2.4.0
.M-x emacs-version
): 27.2The text was updated successfully, but these errors were encountered: