PsGoogle icon indicating copy to clipboard operation
PsGoogle copied to clipboard

Google web search CLI for Powershell

Results 5 PsGoogle issues
Sort by recently updated
recently updated
newest added

Getting "no results" for every search. Is this module broken? Tested on latest v5 and v7

Change the command name to something conventional, then make 'google' an alias. This makes potentially adding other search engines cleaner as well. From the verb naming rules section, here: https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx...

enhancement
question

Hello! As it stands: ``` PS H:\> get-help google NAME google SYNTAX google [-q] [-n ] [-o] [] ALIASES None REMARKS None ``` Please expand on this, possibly when rewriting...

![topstuff](https://cloud.githubusercontent.com/assets/1146032/18188136/432ccd92-7064-11e6-9ebb-1177494c9c7c.png)

bug

ISE doesn't allocate a console so the prompt ["any key for more results, q to quit.."](https://github.com/gfody/PsGoogle/blob/master/PsGoogle.psm1#L42) ends up throwing exceptions as we loop through all the millions of results. Possible...

bug