Go to file
mat ef65e60f9f
Image search (#10)
* add tab for image search

* add basic implementation of image search

* add proxy

* fix google images regex breaking when the query has spaces

* fix sizing of image elements while they're loading

* add optional engines indicator to image search

* add bing images

* fix some parsing issues with bing images

* fix bing titles
2024-05-20 04:08:49 -05:00
src Image search (#10) 2024-05-20 04:08:49 -05:00
.gitignore add config 2024-04-12 21:17:34 -05:00
.prettierrc fix clicking suggestions and better docs.rs 2023-12-21 18:43:29 -06:00
Cargo.lock Image search (#10) 2024-05-20 04:08:49 -05:00
Cargo.toml Image search (#10) 2024-05-20 04:08:49 -05:00
compose.yml use host networking 2024-01-22 22:01:21 -05:00
config-base.toml Image search (#10) 2024-05-20 04:08:49 -05:00
config-default.toml separate default and base config 2024-04-18 04:41:26 +00:00
Containerfile remove replace bind addr with 0.0.0.0 2024-02-02 21:49:17 -06:00
LICENSE add license 2024-01-09 19:20:35 -06:00
README separate default and base config 2024-04-18 04:41:26 +00: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 as little client-side javascript as possible.

there's a demo instance at https://s.matdoes.dev, but don't use it as your
default or rely on it, please (so i don't get ratelimited by google).

USAGE

build it with `cargo b -r`, the resulting binary will be at
`target/release/metasearch2`.

the config.toml file is created in your current working directory on the first
run of metasearch2. alternatively, you can copy the config-default.toml in the
repo and rename it to config.toml.

the default port is 28019.