This repository contains a script that enables you to perform Google searches directly from your terminal.
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.
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
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.
You can customize the script to include additional search parameters or options as per your requirement.
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:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/fernandofatech/google-terminal-search