/google-terminal-search

A command-line tool for executing Google searches directly from the terminal.

Primary LanguageShell

Google Terminal Search

This repository contains a script that enables you to perform Google searches directly from your terminal.

Description

This tool is designed to streamline the process of searching for information on Google by providing a command-line interface to perform searches and open the results in your default web browser.

Installation

Clone this repository to your local machine using the following command:

git clone https://github.com/fernandotech/google-terminal-search.git

Navigate to the cloned directory:

cd google-terminal-search

Make the script executable:

chmod +x google_search.sh

Optionally, you can move the script to a directory in your PATH for easier execution:

mv google_search.sh /usr/local/bin/google

Usage

To perform a search, run the following command in your terminal:

google "search query"

Replace "search query" with the terms you want to search for.

Customization

You can customize the script to include additional search parameters or options as per your requirement.

Contributions

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/fernandofatech/google-terminal-search

Acknowledgements