Lmgrep: Lucene-based grep-like utility
1–10 of 27 posts
Re: Lmgrep: Lucene-based grep-like utility
#2Re: Lmgrep: Lucene-based grep-like utility
#3Is there an actual link to the source code somewhere in that blog post?
"Then the most complicated part was to prepare executable binaries for different operating systems. Plenty of CPU, RAM, VirtualBox with Windows and macOS virtual machines, and here we go."
https://github.com/dainiusjocas/lucene-grep/releases/tag/v20...
Re: Lmgrep: Lucene-based grep-like utility
#4Is there an actual link to the source code somewhere in that blog post?
Re: Lmgrep: Lucene-based grep-like utility
#5I guess that's what Google uses internally? Is there an open source alternative?
Re: Lmgrep: Lucene-based grep-like utility
#6Re: Lmgrep: Lucene-based grep-like utility
#7Except rather than build an index I brute forced the search each time. For most repositories it’s fast enough even with ranking.
https://github.com/boyter/cs For those interested it’s still very WIP with noticeable issues in TUI mode.
Re: Lmgrep: Lucene-based grep-like utility
#8Re: Lmgrep: Lucene-based grep-like utility
#9Re: Lmgrep: Lucene-based grep-like utility
#10I think one of the best code search tools I've seen is the one here: https://source.chromium.org/chromium I guess that's what Google uses internally? Is there an open source alternative?
[0] - https://kythe.io/