Go to file
2024-01-09 18:02:55 -06:00
src clean up wikipedia extract more 2024-01-09 18:02:55 -06:00
.gitignore calc fixes and update readme 2023-12-20 17:45:16 -06:00
.prettierrc fix clicking suggestions and better docs.rs 2023-12-21 18:43:29 -06:00
Cargo.lock fix default user agent 2024-01-09 13:52:30 -06:00
Cargo.toml fix default user agent 2024-01-09 13:52:30 -06:00
README add dictionary 2024-01-03 01:48:02 -06:00
rustfmt.toml add line wrapping to rustfmt 2024-01-03 01:53:14 -06:00

a cute metasearch engine

it sources from google, bing, brave, and a few others.

it's written in rust using no templating engine and with as little client-side
javascript as possible.

metasearch2 is a single binary with no cli, configuration file, or database.
if you want to configure it (like to change the default port or weights of
engines) then you have to modify the source.

build it with `cargo b -r`, the resulting binary will be in
`target/release/metasearch2`. it runs on port 28019.