Skip to content

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

License

Notifications You must be signed in to change notification settings

FreaKzero/ddg-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Or download and use one of the Binary Releases

Usage:

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

Flags:
  -v [--version]   Outputs Version
  -h [--help]      Show this Help
  -l [--limit]     Limit Results, default 10
  -d [--desc]      Show Descriptions
  -u [--only-urls] Show only urls
  -o [--open]      Open found urls in Browser automatically
  -f [--first-hit] Opens First Link in Browser

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published