Created
July 7, 2015 09:20
-
-
Save djui/b7809a4c26ec63db5b64 to your computer and use it in GitHub Desktop.
Google Chrome Current Tabs (quick but dirty)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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