Skip to content

Instantly share code, notes, and snippets.

@djui
Created July 7, 2015 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djui/b7809a4c26ec63db5b64 to your computer and use it in GitHub Desktop.
Save djui/b7809a4c26ec63db5b64 to your computer and use it in GitHub Desktop.
Google Chrome Current Tabs (quick but dirty)
#!/bin/sh
PROFILE=Default
strings $HOME/Library/Application\ Support/Google/Chrome/$PROFILE/Current\ Session | sort | uniq | grep ^http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment