2.2.0 • Published 7 years ago

ddg-terminal v2.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ddg-termial

Build Status npm version

NodeJS Application to view scraped results from http://duckduckgo.com in your Terminal - also includes Instant Answers

Really useful with the CMD+Click feature of iTerm2

alt text

Install:

npm install -g ddg-terminal

Usage:

Usage:
  ddg [FLAGS]... [SEARCHTERM]...

Flags:
  -l [integer]: Limit Results, default 30
  -d Show Descriptions
  -u Show only urls
  -h Show this Help

Examples:
  $ ddg applepie recipie           # Only headlines and urls
  $ ddg -l 5 javascript Promise    # Limit to 5, common programming question it will show instant answer
  $ ddg -l 10 -d blog programming  # Limit to 10, display also Descriptions
  $ ddg -l 3 -u wat meme          # Limit to 3 only show urls (useful for xargs)

Most common usage for me:

This will open the first 5 searchresults automatically in your defaultbrowser ddg -l 5 -u stackoverflow question | xargs open

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago