Go to file
2024-01-14 19:08:01 -06:00
src add timezone engine 2024-01-14 19:08:01 -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 timezone engine 2024-01-14 19:08:01 -06:00
Cargo.toml add timezone engine 2024-01-14 19:08:01 -06:00
LICENSE add license 2024-01-09 19:20:35 -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.