Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created October 23, 2012 11:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewVos/3938384 to your computer and use it in GitHub Desktop.
Save AndrewVos/3938384 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
cp ~/Library/Application\ Support/Google/Chrome/Default/History /tmp/chrome-history
sqlite3 /tmp/chrome-history "SELECT url FROM urls"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment