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.shto$HOME/binassudo mv /path_to_file/google_search.sh $HOME/bin/google_search.sh -
Open
.bashrcin your$HOMEdirectory and add the linesource ~/bin/google_search.shat the bottom. -
Make the file executable as
chmod +x google_search.sh -
Search as
googles search_term