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.
- Host: GitHub
- URL: https://github.com/anthonycorletti/ggl
- Owner: anthonycorletti
- License: mit
- Created: 2018-11-19T03:45:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T03:46:45.000Z (over 7 years ago)
- Last Synced: 2025-01-21T17:50:04.163Z (over 1 year ago)
- Topics: cli, golang, google, search
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)