gfody / PsGoogle

Google web search CLI for Powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google web search CLI for Powershell


Languages

Language:PowerShell 100.0%