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

Commit

Permalink
Add logo and links to readme (#21)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ggordonhall and stunningpixels authored Dec 14, 2022
1 parent 1984e9e commit 64a9329
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/client-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No checks required" '
clippy:
runs-on: ubuntu-latest
steps:
- run: 'echo "No checks required" '
fmt-clippy-build:
runs-on: ubuntu-latest
steps:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: dummy

on:
pull_request:
paths-ignore:
- ".github/workflows/**"
- "apps/desktop/**"
- "server/**"
- "client/**"

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: 'echo "No checks required" '
fmt-clippy-build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No checks required" '
build-client:
runs-on: ubuntu-latest
steps:
- run: 'echo "No checks required" '
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ repositories with plain-text, regex and filtered queries.
- Search with regex queries
- Sophisticated query filters so you can narrow down your results
- Find functions, variables or traits with symbol search
- Precise code navigation (go-to-reference and go-to-definition) for 9 of the most popular languages
- Precise code navigation (go-to-reference and go-to-definition) for 10+ of the most popular languages

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

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

## Get Started

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

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

Expand Down

0 comments on commit 64a9329

Please sign in to comment.