We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ag-project-files-regexp
On my machine, the output of ag --version is:
ag --version
ag version 2.1.0 Features: +jit +lzma +zlib
My Emacs version is:
GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511)) of 2018-05-30
I'm using:
macOS 10.13.5
Feature request:
I would love an ag-project-files-regexp command which combines the functionality of ag-project-files with ag-project-regexp.
ag-project-files
ag-project-regexp
For example, I want to be able to search for a regular expression in all *.pl files in my project.
*.pl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On my machine, the output of
ag --version
is:My Emacs version is:
I'm using:
Feature request:
I would love an
ag-project-files-regexp
command which combines the functionality ofag-project-files
withag-project-regexp
.For example, I want to be able to search for a regular expression in all
*.pl
files in my project.The text was updated successfully, but these errors were encountered: