File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<img align =" right " width =" 150 " src =" ./doc/grapes.png " />
2
2
3
3
# Grape
4
- ** Grape** is a syntax-aware ` grep ` -like utility for Clojure code. It allows one to search for code
4
+ ** Grape** is a syntax-aware ` grep ` -like utility for Clojure code. It allows you to search for code
5
5
patterns using Clojure structures.
6
6
7
7
## Command-line
8
8
```
9
9
$ grape [options] <pattern> <file> [<file> ...]
10
10
```
11
11
12
- For example, to find all usages of ` map ` called with a function and two sequences in ` grape ` ’s own code:
12
+ For example, to find all usages of ` map ` called with three arguments in ` grape ` ’s own code:
13
13
14
14
```
15
15
% grape '(map $ $ $)' src
@@ -25,11 +25,10 @@ Options:
25
25
* ` -u ` , ` --unindent ` : un-indent matches.
26
26
27
27
### Install
28
- Either get the standalone binary (faster) or a jar (slower) from the [ Releases page] [ releases ] .
28
+ Either get the standalone binary (faster) or a jar from the [ Releases page] [ releases ] .
29
29
30
30
[ releases ] : https://github.com/bfontaine/grape/releases
31
31
32
-
33
32
If you have [ Homebrew] ( https://brew.sh ) , you can install it like so:
34
33
``` bash
35
34
brew install bfontaine/utils/grape
You can’t perform that action at this time.
0 commit comments