Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 515 Bytes

google-cli

Scripts to search google from terminal: Opens a new tab in browser with the query

##How to use: Run the script google_search.py as python google_search.py search_term

or

  • Move the script google_search.sh to $HOME/bin as sudo mv /path_to_file/google_search.sh $HOME/bin/google_search.sh

  • Open .bashrc in your $HOME directory and add the line source ~/bin/google_search.sh at the bottom.

  • Make the file executable as chmod +x google_search.sh

  • Search as googles search_term