https://github.com/mrowa44/ggl
Google from command line
https://github.com/mrowa44/ggl
Last synced: about 1 year ago
JSON representation
Google from command line
- Host: GitHub
- URL: https://github.com/mrowa44/ggl
- Owner: mrowa44
- License: gpl-3.0
- Created: 2015-04-03T22:27:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T20:55:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T21:35:09.739Z (over 1 year ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/ggl
- Size: 22.5 KB
- Stars: 53
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ggl
===
Google right from your command line
-----------------------------------
Do you ever need to perform a quick google search while on command line?
Well that's exactly what ggl is for, it lets you open your browser on your query without the hassle. You can also search:
- Google Images
- YouTube
- Stackoverflow
- Wikipedia
- DuckDuckGo
- Github
See usage for more info.
Installation
------------
```sh
gem install ggl
```
If you're not on OSX you need to have ```xdg-open``` installed.
Usage
-----
```sh
ggl [query] simple google search
ggl -i/--images [query] google images search
ggl -y/--youtube [query] youtube search
ggl -s/--stack/--stackoverflow [query] search stackoverflow (oh yes)
ggl -w/--wiki/--wikipedia [query] search wikipedia
ggl -d/--ddg/--duckduckgo [query] search duckduckgo
ggl -g/--git/--github [query] search github
```
License
-------
MIT © [Justyna Rachowicz](https://github.com/mrowa44)