1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 02:02:07 +02:00
tldr/pages/common/ddgr.md
2023-10-21 23:34:54 +02:00

36 lines
644 B
Markdown

# ddgr
> Search DuckDuckGo (HTML version) from the terminal.
> More information: <https://github.com/jarun/ddgr>.
- Start in interactive mode:
`ddgr`
- Search DuckDuckGo for a keyword:
`ddgr {{keyword}}`
- Limit the number of search results to `N`:
`ddgr -n {{N}} {{keyword}}`
- Display the complete URL in search results:
`ddgr -x {{keyword}}`
- Search DuckDuckGo for a keyword and open the first result in the browser:
`ddgr !w {{keyword}}`
- Perform a website-specific search:
`ddgr -w {{site}} {{keyword}}`
- Search for a specific file type:
`ddgr {{keyword}} filetype:{{filetype}}`
- Display help in interactive mode:
`?`