Duckduckgo instant answer in terminal
Install
go install -v github.com/adrian-lin-1-0-0/ddg/cmd/[email protected]
Usage
ddg -h
Usage: duckduckgo instant answer [options]
Common Options:
-h, --help Show this message
-q, query
e.g.
ddg -q golang |less
Wiki
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go. There are two major implementations: • Google's self-hosting "gc" compiler toolchain, targeting multiple operating systems and WebAssembly. • gofrontend, a frontend to other compilers, with the libgo library. With GCC the combination is gccgo; with LLVM the combination is gollvm. A third-party source-to-source compiler, GopherJS, compiles Go to JavaScript for front-end web development.
1. Statically typed programming languages
Statically typed programming languages
2. C programming language family
C programming language family
3. Systems programming languages
Systems programming languages
: