From eb6822fa5d7fe38ea0a3e26ff1034bd1f08bc19f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 28 Jun 2025 13:04:38 +0900 Subject: modified bin/browse, modified bin/dmenubrowse --- ar/.local/bin/browse | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ar/.local/bin/browse') diff --git a/ar/.local/bin/browse b/ar/.local/bin/browse index 56c36d9..5deffdd 100755 --- a/ar/.local/bin/browse +++ b/ar/.local/bin/browse @@ -9,7 +9,7 @@ usage() { echo "Options:" echo " -d, --ddgr, ddgr : Use ddgr to search and open the result in a terminal" echo " -h, --help, help : Display this help message" - echo " : (Optional) Search engine to use (google, bing, yahoo, duckduckgo, youtube)" + echo " : (Optional) Search engine to use (bing, duckduckgo, google, naver, yahoo, youtube)" echo " : The search term or query to use" } @@ -41,7 +41,7 @@ case "$1" in -h | --help | help) usage && exit 0 ;; -bing | duckduckgo | google | yahoo | youtube) +bing | duckduckgo | google | naver | yahoo | youtube) SEARCH_ENGINE="$1" shift # Remove the search engine from the list ;; @@ -68,6 +68,9 @@ web) duckduckgo) base_url="https://duckduckgo.com/?q=" ;; + naver) + base_url="https://search.naver.com/search.naver?query=" + ;; searx | *) base_url="https://www.searx.thesiah.xyz/search?q=" ;; -- cgit v1.2.3