livegrep
Glean
livegrep | Glean | |
---|---|---|
11 | 22 | |
2,088 | 1,182 | |
1.0% | 2.8% | |
4.6 | 9.8 | |
4 months ago | 6 days ago | |
C++ | Hack | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
livegrep
- Livegrep: Interactively Grep Source Code
-
Code Search Is Hard
If you ever leave you can use Livegrep, which was based on code-search work done at Google. I personally don't use it right now but it's great and will probably meet all your needs.
[0] https://github.com/livegrep/livegrep
- FLaNK Stack Weekly for 13 November 2023
-
Sourcegraph is no longer Open Source
[4] is not really a usable 'product'. Livegrep (https://github.com/livegrep/livegrep) was inspired by it and is very usable.
[3] used to be a Google open source project as well, but it fell out of maintenance, and Sourcegraph took it over. It powers most of the basic regex/literal search in Sourcegraph.
Mozilla's code is searchable in Searchfox (https://searchfox.org/) which uses the indexer from Livegrep, combined with their own Git indexer and language-specific cross reference databases.
OpenGrok (https://github.com/oracle/opengrok) is also rather well known, but I have found it to have a slightly worse UI than alternatives.
- What code search tools do you use at your job?
- Ack is a grep-like source code search tool
-
Are there any good full text searching tools? I need to search against a huge amount of source code. I'm using ripgrep. The problem is that every time I search, it has to read every file again, which is kind of slow. Is there a FT searching tool that is designed with source code searching in mind.
Yes, you want https://github.com/livegrep/livegrep
-
Facebook open sources Glean: a scalable code search and query engine
If you've not had to deal with a codebase that takes VSCode longer than a few minutes to index, then you're probably outside their initial target market. If you've not had to setup a hosted code search tool (eg livegrep https://github.com/livegrep/livegrep ) because there's just too much code,
- Sourcegraph: Why we're indexing the OSS universe
Glean
-
Indexing Code at Scale with Glean
I'm a little bit confused is it the opensource that searches also in jira, wiki, slack, ..? https://github.com/facebookincubator/glean ?
- LSP: The Good, the Bad, and the Ugly
-
Is Meta decommissioning Sigma?
Even if it is true (which is an unsubstantiated gossip at the moment), Sigma is not the only Haskell project at Facebook. See https://github.com/facebookincubator/Glean for another example.
- Glean – System for collecting, deriving and querying facts about source code
-
Codebase as Database: Turning the IDE Inside Out with Datalog
Meta uses something very much like this in production. It’s open sourced at https://glean.software/
- Knows/Knows anyone that understands how to build a code indexer ala Intellisense
-
11 Companies That Use Haskell in Production
Glean, a system for collecting and working with facts about source code.
- Facebook open sources Glean, its scalable code search and query engine
- Facebook Is Down
-
Is there a tool that would allow me to query (structured search) a codebase?
Glean was recently open sourced, it might fit your needs - https://glean.software/
What are some alternatives?
zoekt - Fast trigram based code search
opengrok - OpenGrok is a fast and usable source code search and cross reference engine, written in Java
linguist - Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
semantic-source - Parsing, analyzing, and comparing source code across many languages
PyMISP - Python library using the MISP Rest API
zoekt - Fast trigram based code search