Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 64a9329

Browse files
Add logo and links to readme (#21)
* 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]>
1 parent 1984e9e commit 64a9329

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

Diff for: .github/workflows/client-test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- run: 'echo "No checks required" '
20-
clippy:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- run: 'echo "No checks required" '
2420
fmt-clippy-build:
2521
runs-on: ubuntu-latest
2622
steps:

Diff for: .github/workflows/dummy.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: dummy
2+
3+
on:
4+
pull_request:
5+
paths-ignore:
6+
- ".github/workflows/**"
7+
- "apps/desktop/**"
8+
- "server/**"
9+
- "client/**"
10+
11+
jobs:
12+
test:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- run: 'echo "No checks required" '
16+
fmt-clippy-build:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- run: 'echo "No checks required" '
20+
build-client:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- run: 'echo "No checks required" '

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repositories with plain-text, regex and filtered queries.
1313
- Search with regex queries
1414
- Sophisticated query filters so you can narrow down your results
1515
- 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
1717

1818
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).
1919

2020
![code search demo](https://assets.bloop.ai/short_gif_for_github_code.gif)
2121

2222
## Get Started
2323

24-
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).
2525

2626
For instructions on how to build from source or run bloop from the command line, check out these pages:
2727

0 commit comments

Comments
 (0)