README.rst 669 B

12345678910111213141516171819202122232425262728293031323334
  1. ducker
  2. ======
  3. What the duck is ducker?
  4. ------------------------
  5. Ducker is a lightweight program that makes internet searchs with DuckDuckGo
  6. from the command line. It can search for images, websites, videos, news and a
  7. lot more.
  8. Usage
  9. -----
  10. Just execute it with the search string as an argument.
  11. There are also options to search for images, videos, audio, etc. To check out
  12. every option execute the program with the `--help` or `-h` arguments.
  13. Installation
  14. ------------
  15. You can clone the repository and install with...
  16. .. code-block:: bash
  17. $ python setup.py install
  18. Or you can simply install it with pip...
  19. .. code-block:: bash
  20. $ pip install ducker