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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
**Grape** is a syntax-aware `grep`-like utility for Clojure code. It allows you to search for code
5
5
patterns using Clojure data structures.
6
6
7
+
Note: this project is not maintained. It works as is, but I don’t use Clojure these days and I don’t have the
8
+
time/motivation to add more features. If you wish to improve the project, please contact me so I can give you commit
9
+
access. Otherwise, see [Grasp](https://github.com/borkdude/grasp) for a similar and more-maintained tool.
10
+
7
11
## Command-line
8
12
```
9
13
$ grape [options] <pattern> [<file> ...]
@@ -103,7 +107,7 @@ Wildcards can be combined: `#{$ $&}` matches a set with at least one element.
0 commit comments