Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/dxr
DEPRECATED - Powerful search for large codebases
https://github.com/mozilla/dxr
abandoned unmaintained
Last synced: 2 months ago
JSON representation
DEPRECATED - Powerful search for large codebases
- Host: GitHub
- URL: https://github.com/mozilla/dxr
- Owner: mozilla
- License: other
- Archived: true
- Created: 2011-05-24T18:52:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T12:19:24.000Z (about 3 years ago)
- Last Synced: 2024-09-23T03:21:43.986Z (3 months ago)
- Topics: abandoned, unmaintained
- Language: Python
- Homepage: https://dxr.readthedocs.org/
- Size: 10.8 MB
- Stars: 810
- Watchers: 46
- Forks: 205
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- starred-awesome - dxr - Powerful search for large codebases (Python)
README
===
DXR
===DXR is a code search and navigation tool aimed at making sense of large
projects like Firefox. It supports full-text and regex searches as well as
structural queries like "Find all the callers of this function." Behind the
scenes, it uses trigram indices, elasticsearch, and static analysis data
collected by instrumented compilers to make searches faster and more accurate
than is possible with simple tools like grep. DXR also exposes a plugin API
through which understanding of more languages can be added... image:: docs/source/screenshot.png
* Example: http://dxr.mozilla.org/
* Documentation: https://dxr.readthedocs.org/