Skip to content

add Sourcebot to list of code search tools #1008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update wide-source-code-search.md
  • Loading branch information
msukkari authored Jan 22, 2025
commit e05c3534457ff1ad2503b0c2ff955a8ef7e490b0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The goal of this page is to enumerate **platforms that allow to search for code*

This helps in several occasions to **search for leaked information** or for **vulnerabilities** patterns.

- [**SourceGraph**](https://sourcegraph.com/search): Search in millions of repos. There is a free version and an enterprise version (with 15 days free). It supports regexes.
- [**Sourcebot**](https://www.sourcebot.dev/): Open source code search tool. Index and search across thousands of your repos through a modern web interface.
- [**SourceGraph**](https://sourcegraph.com/search): Search in millions of repos. There is a free version and an enterprise version (with 15 days free). It supports regexes.
- [**Github Search**](https://github.com/search): Search across Github. It supports regexes.
- Maybe it's also useful to check also [**Github Code Search**](https://cs.github.com/).
- [**Gitlab Advanced Search**](https://docs.gitlab.com/ee/user/search/advanced_search.html): Search across Gitlab projects. Support regexes.
Expand Down