Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Astranno/googlr
- Owner: Astranno
- License: mit
- Archived: true
- Created: 2018-08-22T05:32:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T22:06:17.000Z (almost 6 years ago)
- Last Synced: 2024-04-22T05:09:34.056Z (10 months ago)
- Topics: awesome, cli, command-line, command-line-interface, command-line-tool, google, googlr, macos, osx, search, swift, terminal
- Language: Swift
- Homepage:
- Size: 2.94 MB
- Stars: 43
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shell - googlr - Command line tool that lets you search Google from your terminal. (Command-Line Productivity)
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)