Skip to main content

Program that lets you search with DuckDuckGo from the command line.

Project description

What the duck is Ducker?

Ducker is a lightweight program that makes internet searchs with DuckDuckGo from the command line. It can search for images, websites, videos, news and a lot more.

Usage

Just execute it in your shell with the search string as an argument. We call search string what you want to search for with DuckDuckGo. The following example searchs for classical music.

$ duck classical music

There are also options to search for images, videos, audio, etc. To check out every option execute the program with the –help or -h arguments.

Installation

You can clone the repository and install Ducker with…

$ python setup.py install

Or you can simply install it with pip…

$ pip install ducker

Customization

You can always use your favourite command-line options of Ducker using Bash aliases or other utilities available for your shell. Let’s say we want to add an option to search for articles in Wikipedia; we could create a Bash alias for that.

$ alias wikipedia='ducker \!w'

Calling wikipedia in the shell would open the main page of wikipedia, and calling wikipedia free software would open the “Free software” article from wikipedia. Note that we’re using DuckDuckGo bangs and that the exclamation mark (!) must be escaped in Bash.

Similarly, you can create an alias to never use JavaScript when using Ducker.

$ alias duck='ducker --no-javascript'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ducker-1.1.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ducker-1.1.0-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page