/ddg

DuckDuckGo terminal search that plays nice with grep and fzf

Primary LanguageGoMIT LicenseMIT

ddg

duckduckgo terminal search for use with fzf (or grep)

What?

With this tool you can search for anything on duckduckgo.com and further filter the results with fzf or grep.

Instalation

with go tool:

go install github.com/cauefcr/ddg@latest

from source:

git clone https://github.com/cauefcr/ddg
cd ddg
go install .

Usage

ddg [search] | grep [filter]
ddg [search] | fzf
ddg [search] | grep [filter] | fzf

Show it to me in action

The program in action

Libraries used

websearch