ripgrep - is a line oriented search tool that works similar to "grep" or "ack", but much more faster.
Written on Rust 👌🏻
#rust #cli #search
https://github.com/BurntSushi/ripgrep
Written on Rust 👌🏻
#rust #cli #search
https://github.com/BurntSushi/ripgrep
RediSearch is open source (★761) full-text search engine built on top of Redis. It is the nice lightweight alternative to Solr and ElasticSearch. Written in C.
#search #redis
#search #redis
https://worldbrain.io - a free browser extension to search for every word of every website & PDF you visited or bookmarked. The data is stored and indexed only on your local computer and won't be accessible to anyone else. At the moment the project in Beta status. Check the video demonstration for the details.
#extension #search #beta #browser
#extension #search #beta #browser
Solr and Elasticsearch are the most popular search engines built on top of Apache Lucene. These are great tools, they do their job nicely. But the problem is they are written on Java that's why they usually consume a significant amount of server resources. Here are few resource-efficient alternatives written on Rust:
● Tantivy (★ 2,330) is a full-text search engine library inspired by Apache Lucene and written in Rust.
● Toshi (★ 2,056) is meant to be a full-text search engine similar to Elasticsearch. Toshi strives to be to Elasticsearch what Tantivy is to Lucene.
● Sonic (★ 6,118) 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
#search #engine #lucene #rust
● Tantivy (★ 2,330) is a full-text search engine library inspired by Apache Lucene and written in Rust.
● Toshi (★ 2,056) is meant to be a full-text search engine similar to Elasticsearch. Toshi strives to be to Elasticsearch what Tantivy is to Lucene.
● Sonic (★ 6,118) 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
#search #engine #lucene #rust
ripgrep - (27.5k★) is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default,
#rust #search #cli #terminal
ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. Written on Rust.#rust #search #cli #terminal
Skim - (★ 6.2k) is a fuzzy finder in rust!
We spend so much of our time navigating through files, lines, and commands. That's where Skim comes in! It's a powerful fuzzy finder designed to make your workflow faster and more efficient.
If you use
#cli #rust #terminal #tui #search #finder
We spend so much of our time navigating through files, lines, and commands. That's where Skim comes in! It's a powerful fuzzy finder designed to make your workflow faster and more efficient.
If you use
fzf for your finder in console, it's time to try something new. Check out a short demo here.#cli #rust #terminal #tui #search #finder
👍1