Skip to content

Instantly share code, notes, and snippets.

View creeper6530's full-sized avatar
💭
I may be slow to respond

Ondřej Běhal creeper6530

💭
I may be slow to respond
  • Czechia
  • 08:52 (UTC +02:00)
View GitHub Profile
@creeper6530
creeper6530 / README.md
Last active November 29, 2024 14:19
DuckDuckGo search in Linux terminal

Installation

  1. Save the script, for example, as ddg
  2. Run sudo chmod a+x ddg
  3. Move the script into your PATH folder
  4. Enjoy!

Dependencies

  • Bash
  • Python 3 (should be preinstalled on most distros)
  • Lynx (isn't usually preinstalled, install it with sudo apt install lynx or the corresponding packet manager for your distro