Update 2023-03-06 08:14 OpenBSD/amd64
This commit is contained in:
@@ -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}"; ;;
|
||||
|
||||
Reference in New Issue
Block a user