An open API service indexing awesome lists of open source software.

https://github.com/anthonycorletti/ggl

A simple google search cli for hurried software engineers.
https://github.com/anthonycorletti/ggl

cli golang google search

Last synced: over 1 year ago
JSON representation

A simple google search cli for hurried software engineers.

Awesome Lists containing this project

README

          

# ggl

A simple google search cli for hurried software engineers.

```sh
# to download
go get -u github.com/anthcor/ggl
# to build
cd $GOPATH/github.com/anthcor/ggl # or wherever you keep your go projects
go build -o build/ggl # or wherever you like to build your go
# to search
ggl search what is the meaning of life
```

### Contributions & Suggestions

[Pull requests](https://github.com/anthcor/ggl/compare) and [issues](https://github.com/anthcor/ggl/issues/new) are very welcome!

---

### Authors
- [Anthony Corletti](https://github.com/anthcor)