Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 521 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 521 Bytes

A "Google" command for PowerShell, e.g.:

Screenshot

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

Screenshot

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")