https://github.com/howard-e/commandline_google_search
A simple batch file and bash script equivalent for performing a google search from the command line on Windows, provided a search query string or webpage address
https://github.com/howard-e/commandline_google_search
Last synced: 18 days ago
JSON representation
A simple batch file and bash script equivalent for performing a google search from the command line on Windows, provided a search query string or webpage address
- Host: GitHub
- URL: https://github.com/howard-e/commandline_google_search
- Owner: howard-e
- Created: 2015-12-14T00:40:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T04:39:36.000Z (over 10 years ago)
- Last Synced: 2025-11-28T08:39:26.043Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
@Author Howard Edwards
A simple Batch File and equivalent Bash "Shell" Script.
These are used to perform a web search using Google's search engine from the command line using Windows.
A user can provide some search query or a webpage's address for their search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INSTALLATION:
- Add whichever you would rather to use to your PATH
USAGE:
-.bat
google
cmd //c google (if using Git Bash with default installation options)
-.sh
google.sh