Skip to content

Instantly share code, notes, and snippets.

@pedroapfilho
Last active January 22, 2020 17:16
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 pedroapfilho/b8af23fba2423a54277f246bf0163c24 to your computer and use it in GitHub Desktop.
Save pedroapfilho/b8af23fba2423a54277f246bf0163c24 to your computer and use it in GitHub Desktop.
Copy all tabs from chrome
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