8000 GitHub - vamsitp/googlr: Cmd-line Google search for Windows!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vamsitp/googlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googlr

Cmd-line Google search for Windows! (Inspired from Googler for Linux)


USAGE:

googlr

Screenshot

Common search techniques

  • Enter the search-phrase for general Search (e.g. "cosmos db" site:stackoverflow.com)
  • Enter / followed by the search-phrase for News-search (e.g. /microsoft azure)
  • Enter the index to open the corresponding link (in default browser)
  • Enter c to clear the console
  • Enter q to quit
  • Enter + to update to the latest version
  • Enter ? to print this help

PRE-REQ: .NET 6.0 SDK

# Install from nuget.org
dotnet tool install -g googlr

# Upgrade to latest version from nuget.org
dotnet tool update -g googlr --no-cache

# Install a specific version from nuget.org
dotnet tool install -g googlr --version 1.0.x

# Uninstall
dotnet tool uninstall -g googlr

NOTE: If the Tool is not accesible post installation, add %USERPROFILE%\.dotnet\tools to the PATH env-var.


CONTRIBUTION
# Install from local project path
dotnet tool install -g --add-source ./bin googlr

# Publish package to nuget.org
nuget push ./bin/Googlr.1.0.0.nupkg -ApiKey <key> -Source https://api.nuget.org/v3/index.json

About

Cmd-line Google search for Windows!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0