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}}`