ddgr: update page (#11141)

pull/23/head
K.B.Dharun Krishna 2023-10-22 03:04:54 +05:30 committed by GitHub
parent e35b482300
commit bf4145bd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# ddgr
> Commandline utility to search DuckDuckGo (html version) from the terminal.
> More information: <https://github.com/jarun/ddg>.
> Search DuckDuckGo (HTML version) from the terminal.
> More information: <https://github.com/jarun/ddgr>.
- 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}}`