GitHub - mozilla/dxr: DEPRECATED - Powerful search for large codebases (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub SparkBuild and deploy intelligent apps
* GitHub ModelsManage and compare prompts
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
- Notifications You must be signed in to change notification settings
- Fork204
- Star 816
DEPRECATED - Powerful search for large codebases
License
816 stars 204 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| Latest commitHistory2,664 Commits | |||
| docs | docs | ||
| dxr | dxr | ||
| tests | tests | ||
| tooling | tooling | ||
| .gitignore | .gitignore | ||
| .gitmodules | .gitmodules | ||
| .hgignore | .hgignore | ||
| .travis.yml | .travis.yml | ||
| CODE_OF_CONDUCT.md | CODE_OF_CONDUCT.md | ||
| LICENSE | LICENSE | ||
| MANIFEST.in | MANIFEST.in | ||
| README.rst | README.rst | ||
| contribute.json | contribute.json | ||
| makefile | makefile | ||
| requirements.txt | requirements.txt | ||
| setup.py | setup.py |
Repository files navigation
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.
- Example: http://dxr.mozilla.org/
- Documentation: https://dxr.readthedocs.org/
About
DEPRECATED - Powerful search for large codebases
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
Packages
No packages published
Contributors53
Languages
- Python 72.7%
- C++ 8.4%
- JavaScript 8.3%
- HTML 4.4%
- CSS 2.4%
- Rust 1.2%
- Other 2.6%
