12345678910111213141516171819202122232425262728293031323334 |
- ducker
- ======
- 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 with the search string as an argument.
- 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 with...
- .. code-block:: bash
- $ python setup.py install
- Or you can simply install it with pip...
- .. code-block:: bash
- $ pip install ducker
|