Update ag

1. Add case-insensitive search example
waldyrious/alt-syntax
Lin Dong 2016-02-18 09:58:34 -08:00
parent 0c683ca3e3
commit 6249958bc6
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
`ag foo` `ag foo`
- Find files containing "FOO" case-insensitively:
`ag -i FOO`
- Find "foo" in files with a name matching "bar": - Find "foo" in files with a name matching "bar":
`ag foo -G bar` `ag foo -G bar`