search DuckDuckGo | ddgr cheat-sheet
ยท
156 words
ยท
1 minute read
What is ddgr ? ๐
ddgr is a CLI app to search DuckDuckGo (HTML version) from the terminal.
Usage ๐
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:
<?>
For more information, checkout its GitHub repo: https://github.com/jarun/ddgr .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .