Update 2023-03-06 08:14 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-03-06 08:14:38 +01:00
parent eaf9fb040c
commit 5884be7d10
8 changed files with 76 additions and 53 deletions

View File

@@ -84,6 +84,7 @@ Marc Info OpenBSD Tech List
PDF Viewer
SearX Web Search
SearX Image Search
Torrent Leech
Wikipedia DE
Wikipedia EN
InternetMovieDataBase (IMDB)
@@ -114,6 +115,7 @@ Zalando"
local S="$(printf "%s\n%s" "${DEFAULT}" "${SE}" \
| ${DMENU_CMD} -p "Search Where?")"
C=$(echo "$C" | sed 's/ /%20/g')
case "${S}" in
OPEN*) URI="${C}"; ;;
Amazon*) URI="https://www.amazon.de/s?k=${C}"; ;;
@@ -127,6 +129,7 @@ Zalando"
D*Ima*) URI="https://duckduckgo.com/?q=${C}&iax=images&ia=images"; ;;
S*Web*) URI="https://searx.bar/search?q=${C}&category_general=on"; ;;
S*Ima*) URI="https://searx.bar/search?q=${C}&category_images=on"; ;;
Tor*Lee*) URI="https://www.torrentleech.org/torrents/browse/index/query/${C}"; ;;
W*DE*) URI="https://de.m.wikipedia.org/wiki/Spezial:Suche/${C}"; ;;
W*EN*) URI="https://en.m.wikipedia.org/wiki/Spezial:Search/${C}"; ;;
*IMDB*) URI="https://www.imdb.com/find?q=${C}"; ;;