Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created August 11, 2015 22:51
Show Gist options
  • Save alecthegeek/81eaa6b3b932ca8efb7f to your computer and use it in GitHub Desktop.
Save alecthegeek/81eaa6b3b932ca8efb7f to your computer and use it in GitHub Desktop.
Google search from command line on a Mac
#!/usr/bin/env sh
# Google search from command line on a Mac
open "http://www.google.com/search?q=$(echo "$@" | sed -Ee 's/\s+/%20/g')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment