Crate duckduckgo

source ·
Expand description

DuckDuckGo

A CLI tool for performing DuckDuckGo searches with additional customization options.

Quick Start

Get started with the duckduckgo CLI by following these simple steps:

  1. Install the duckduckgo tool using Cargo:
cargo install --locked duckduckgo
  1. Use the following options to perform searches and customize your search experience:
duckduckgo -q "your search query" -o "search operators" -s -f -l 10 -u "custom user agent" -c -p "proxy"

Options

OptionDescription
--querySets the search query.
--operatorsSets the search operators.
--safeEnable safe search.
--formatSet the output format (false for list or true for detailed).
--limitLimit the number of results (default is 10).
--user-agentSet a custom user agent for the search.
--cookieSet a cookie for the search.
--proxySet a proxy for the search.

GitHub Repository

You can access the source code for this CLI tool on GitHub.

Contributing

Contributions and feedback are welcome! If you’d like to contribute, report an issue, or suggest an enhancement, please engage with the project on GitHub. Your contributions help improve this CLI tool for the community.

Modules