cauefcr / ddg

DuckDuckGo terminal search that plays nice with grep and fzf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DuckDuckGo terminal search that plays nice with grep and fzf

License:MIT License


Languages

Language:Go 100.0%