mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 21:55:17 +00:00
Update cheatsheets
This commit is contained in:
41
ddgr
Normal file
41
ddgr
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:
|
||||
|
||||
`?`
|
||||
Reference in New Issue
Block a user