m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ag.md
diff options
context:
space:
mode:
authorMartin Chrzanowski <martin@celo.org>2019-02-04 16:05:58 -0800
committerMartin Chrzanowski <martin@celo.org>2019-02-04 16:05:58 -0800
commit54eac88c888334411b075667c9f5b69eb360a42e (patch)
treeb6a23d42eda792eaf40505f1b54aa235b82ceeaa /ag.md
parent7d04e8546f0ec009dfcd4a3a8e146c4f99a57e8e (diff)
Filter files in ag
Diffstat (limited to 'ag.md')
-rw-r--r--ag.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ag.md b/ag.md
index 5d6be64..34172f4 100644
--- a/ag.md
+++ b/ag.md
@@ -7,3 +7,7 @@
## Ignore directories
ag --ignore <pattern>
+
+## Only files matching regex
+
+ ag -G <pattern>