Last active
May 25, 2021 13:58
-
-
Save daskelly/085a973750b1299b89558044b2a1894d to your computer and use it in GitHub Desktop.
This file contains 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
# List all open tabs in front Chrome window | |
# From https://superuser.com/questions/276321/how-to-export-opened-tabs-in-chrome | |
alias listtabs="osascript -e{'set o to\"\"','tell app\"google chrome\"','repeat with t in tabs of window 1','set o to o&url of t&\" \"&title of\ | |
t&linefeed',end,end}|sed \$d" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add as alias