Project

gsearch

0.0
No commit activity in last 3 years
No release in over 3 years
Perform google searches from your terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.6.0
>= 0.8.5
 Project Readme

GSearch

Perform google searches from your terminal.

This gem is in a still immature but functional. For now, you will see only the results of the first page, but the second version will bring new features.

I love terminal. I think it is incredibly practical. While working, I would like to search something on google without leaving the terminal.

Once I find what I am looking for, I can visit the website or resource through the website.

Installation

[sudo] gem install gsearch

Usage

From the terminal, you can search for Ruby Programming Language:

$ gsearch Ruby Programming Language

or

$ google Ruby Programming Language

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request