Go to file
2023-12-31 00:15:18 -06:00
src don't overflow imgs in infobox 2023-12-31 00:15:18 -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 add marginalia search 2023-12-31 00:07:44 -06:00
Cargo.toml add marginalia search 2023-12-31 00:07:44 -06:00
README docs.rs and stackexchange support 2023-12-21 03:45:59 -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 or configuration file. 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.