PsGoogle
PsGoogle copied to clipboard
Google web search CLI for Powershell
A "Google" command for PowerShell, e.g.:

Specify -Objects to return objects. -NumberOfResults is the number of results to retrieve (default is 4)

install
Install-Module PsGoogle (requires PsGet or PowerShell V5 or Win10)
Manual install:
ni "$(($env:PSModulePath -split ';')[0])\PsGoogle\PsGoogle.psm1" -f -type file -value (Invoke-RestMethod "https://raw.githubusercontent.com/gfody/PsGoogle/master/PsGoogle.psm1")