Topic: https://brettterpstra.com/2015/09/04/share-browser-tabs-in-one-link/
hide preview

What's next? verify your email address for reply notifications!

ZippyDanbrettterpstra 4y, 349d ago

What if I have multiple windows AND tabs? I'd like to be able to automate this to save my entire session at once.

hide preview

What's next? verify your email address for reply notifications!

Brian Kammer 9y, 160d ago

Brett, I changed the DB user ID in the Workflow script. The workflow starts, but then encounters this error: ![](https://dl.dropboxuserconte..., and end result is nothing happens.

hide preview

What's next? verify your email address for reply notifications!

neilmaclean 9y, 197d ago

Hi Brett, this is great. I saved it as an app and it works really well. I know this is an edge case but when I run it via Alfred, the Name This Collection window doesn't have focus. I know, I'm lazy. Any idea how to get it to have focus for immediate input? Thanks!

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 9y, 197d ago

That's an Automator issue, its dialogs suck at taking focus when becoming key. The ideal situation would be to build an Alfred-specific version using the shell script in the Run Shell Script action. Then you could input a title directly in Alfred. There's technically no need for Automator in this, the Ruby script can run on its own just fine.

hide preview

What's next? verify your email address for reply notifications!

Leo He 9y, 197d ago

Awesome!I would like to know to use Safari, what I need to do?

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 9y, 197d ago

It was supposed to work automatically, but Dr. Drang pointed out that there's a mistake in the Safari AppleScript code. I'll upload a new version today, but if you want to fix it in the meantime, see this change:

https://gist.github.com/tts...

hide preview

What's next? verify your email address for reply notifications!