Skip to content

Commit c0ea215

Browse files
authored
Merge pull request #42 from dainiusjocas/chore/add_lmgrep_utility
Add lmgrep utility
2 parents 6ae5230 + 63a6470 commit c0ea215

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_data/packages/lmgrep.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: package
3+
package_name: lmgrep
4+
---

0 commit comments

Comments
 (0)