Astranno / googlr

Googlr is a command line tool that lets you search Google from your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





Contents

Installation

Install with the Installer

Run the following command in your Terminal application:

curl -fsSL https://raw.githubusercontent.com/Astranno/googlr/master/Install%20Scripts/install.sh | sudo sh

Install Manually

  1. Download or clone this repository
git clone https://github.com/Astranno/googlr.git
  1. Copy googlr from the googlr/Source/ folder to...
/usr/local/bin

If you have any issues with the install create an issue here.

Usage

$ googlr "<your search here>"

Replace <your search here> with the search you would like to perform on Google.

Uninstallation

Uninstall with the Uninstaller

Run the following command in your Terminal application:

curl -fsSL https://raw.githubusercontent.com/Astranno/googlr/master/Install%20Scripts/uninstall.sh | sudo sh

Uninstall Manually

  1. Delete googlr from...
/usr/local/bin

If you have any issues with the uninstall create an issue here.

Contributing

Feel free to submit issues and pull requests.

Licence

googlr is available under the MIT licence. See the LICENCE file for more info.


Made with ❤️ by Astranno

About

Googlr is a command line tool that lets you search Google from your terminal.

License:MIT License


Languages

Language:Swift 87.0%Language:Shell 13.0%