You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
* add logo and links to readme
* add release link
* add dummy workflow to get around required checks
* update number of langs supported with precise code nav to account for JSX/TSX
Co-authored-by: Louis Knight-Webb <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ repositories with plain-text, regex and filtered queries.
13
13
- Search with regex queries
14
14
- Sophisticated query filters so you can narrow down your results
15
15
- Find functions, variables or traits with symbol search
16
-
- Precise code navigation (go-to-reference and go-to-definition) for 9 of the most popular languages
16
+
- Precise code navigation (go-to-reference and go-to-definition) for 10+ of the most popular languages
17
17
18
18
bloop stands on the shoulders of the Rust ecosystem. Our search indexing is powered by [Tantivy](https://github.com/quickwit-oss/tantivy) and our multi-platform app is built with [Tauri](https://github.com/tauri-apps/tauri).
The simplest way to get started with bloop is to download the app from the [releases section](https://github.com/BloopAI/bloop/releases). For more information, follow the [guide](https://bloop.ai/docs/getting-started)on our site.
24
+
The simplest way to get started with bloop is to [download the app](https://github.com/BloopAI/bloop/releases) and follow the onboarding steps. Checkout our [getting started guide](https://bloop.ai/docs/getting-started)and our [query language reference](https://bloop.ai/docs/writing-queries).
25
25
26
26
For instructions on how to build from source or run bloop from the command line, check out these pages:
0 commit comments