PsGoogle
PsGoogle copied to clipboard
Google web search CLI for Powershell
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...
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...

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...