Crates.io | froogle |
lib.rs | froogle |
version | 0.4.2 |
source | src |
created_at | 2024-06-15 18:55:15.714867 |
updated_at | 2024-06-15 20:07:28.466231 |
description | A local Search Engine |
homepage | |
repository | https://github.com/tripabhi/froogle |
max_upload_size | |
id | 1273039 |
size | 117,051 |
Froogle is a local search engine. It uses TF-IDF as a metric to rank the search results.
Froogle is available on crates.io. If you have the Cargo toolchain setup, you can install froogle using cargo install
.
cargo install froogle
Platform-specific binaries for Froogle can be installed from the Releases page.
Froogle is available as Homebrew formula. To install Froogle -
brew tap tripabhi/froogle
brew install froogle
Froogle is a Rust binary, and therefore can be installed using the Cargo toolchain. You can install Cargo by following instructions here.
Once cargo is installed, you can install Froogle like this.
git clone https://github.com/tripabhi/froogle.git
cd froogle
cargo install --path .
Use -h
to see usage instruction.