Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Astranno/googlr

Googlr is a command line tool that lets you search Google from your terminal.
https://github.com/Astranno/googlr

awesome cli command-line command-line-interface command-line-tool google googlr macos osx search swift terminal

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        











## Contents

- [Installation](#installation)
- [Installer](#install-with-the-installer)
- [Manual](#install-manually)
- [Usage](#usage)
- [Uninstallation](#uninstallation)
- [Uninstaller](#uninstall-with-the-uninstaller)
- [Manual](#uninstall-manually)
- [Contributing](#contributing)
- [Licence](#licence)

## Installation
#### Install with the Installer
Run the following command in your Terminal application:

```sh
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
```

2. Copy `googlr` from the `googlr/Source/` folder to...

```
/usr/local/bin
```

If you have any issues with the install create an issue [here](https://github.com/Astranno/googlr/issues/new).

## Usage

```
$ googlr ""
```

Replace \ with the search you would like to perform on [Google](https://www.google.com).

## Uninstallation
#### Uninstall with the Uninstaller
Run the following command in your Terminal application:

```sh
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](https://github.com/Astranno/googlr/issues/new).

## 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](https://github.com/astranno)