We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae5230 + 63a6470 commit c0ea215Copy full SHA for c0ea215
_data/packages/lmgrep.yaml
@@ -0,0 +1,12 @@
1
+name: lmgrep
2
+category: utilities
3
+description: "Grep-like utility based on Lucene Monitor compiled with GraalVM native-image "
4
+pros:
5
+ - Support Lucene query syntax
6
+ - Single binary CLI utility
7
+ - Fast startup thanks to GraalVM native-image compiler
8
+cons:
9
+ - Early release
10
+url: https://github.com/dainiusjocas/lucene-grep
11
+package:
12
+ install: cluster
packages/lmgrep.md
@@ -0,0 +1,4 @@
+---
+layout: package
+package_name: lmgrep
0 commit comments