commit 3a7ee51d9dfb6143cc7a065d7c3914d71e589815
parent cc33bf4e7b03e6e6da1580bab93f3ea7755d938a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 25 Feb 2021 10:34:55 +0100
search: enable images and JS for openstreetmap search
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.local/bin/search b/.local/bin/search
@@ -60,6 +60,7 @@ elif regeximatch "$c" '!scholar'; then
plumb "https://scholar.google.com/scholar?q=$(printf '%s' "$c" | sed 's/ *!scholar *//')"
elif regeximatch "$c" '!map'; then
+ export SURFFLAGS="-S -I"
plumb "https://www.openstreetmap.org/search?query=$(printf '%s' "$c" | sed 's/ *!map *//')"
elif regeximatch "$c" '!wiki'; then