Last active
January 22, 2020 17:16
-
-
Save pedroapfilho/b8af23fba2423a54277f246bf0163c24 to your computer and use it in GitHub Desktop.
Copy all tabs from chrome
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
osascript -e'set text item delimiters to linefeed' -e'tell app "google chrome" to url of tabs of window 1 as text' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment