Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 625 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 625 Bytes

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