From bf4145bd16e618d332cb95e3647168a081d46174 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 22 Oct 2023 03:04:54 +0530 Subject: [PATCH] ddgr: update page (#11141) --- pages/common/ddgr.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/ddgr.md b/pages/common/ddgr.md index c220ca2df..f3fcdb7cc 100644 --- a/pages/common/ddgr.md +++ b/pages/common/ddgr.md @@ -1,9 +1,9 @@ # ddgr -> Commandline utility to search DuckDuckGo (html version) from the terminal. -> More information: . +> Search DuckDuckGo (HTML version) from the terminal. +> More information: . -- Start interactive mode: +- Start in interactive mode: `ddgr` @@ -11,11 +11,11 @@ `ddgr {{keyword}}` -- Limit the search results number to N: +- Limit the number of search results to `N`: `ddgr -n {{N}} {{keyword}}` -- Show the complete URL in search results: +- Display the complete URL in search results: `ddgr -x {{keyword}}` @@ -23,7 +23,7 @@ `ddgr !w {{keyword}}` -- Perform a website specific search: +- Perform a website-specific search: `ddgr -w {{site}} {{keyword}}`