• This repository has been archived on 12/Sep/2020
  • Stars
    star
    44
  • Rank 613,529 (Top 13 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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




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