Skip to content

Do not open browsers; let terminal do the work. πŸ’ͺ

Notifications You must be signed in to change notification settings

md-command-line/bash_google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

ever wanted to google from your terminal?

just put this in your terminal

echo 'function gg {
  string="$*";
  search="${string// /+}";
  googleurl="https://www.google.com/search?q=$search";
  open $googleurl;
}
alias gg="gg"' >> ~/.bashrc; source ~/.bashrc;

then you can google using gg

Try it out!

example: gg 'github michaeldimmitt'

About

Do not open browsers; let terminal do the work. πŸ’ͺ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published