browsh icon indicating copy to clipboard operation
browsh copied to clipboard

Open Multiple URLs in Tabs

Open heywoodlh opened this issue 4 years ago • 1 comments

Is there a way to open multiple URLs at once in browsh? Whether through arguments or a config file, I'd be happy any way.

The use-case I'm thinking of would be to have a file/script that opens a selection of URLs all at once. I.E. to all my Slack instances, etc.

I looked in the existing issues and didn't see any relevant issues to my question, so I'm sorry if this has been asked already. And --help doesn't seem to indicate that this is supported.

heywoodlh avatar Jul 09 '20 18:07 heywoodlh

@heywoodlh For some reason this isn't in the documentation yet. You can run something like:

browsh https://google.com https://google.com

To open two tabs of google.com. Note that the way that browsh parses URLs restricts something like:

browsh google.com google.com

This will mark google.com as an invalid URL and ignore it.

Yash-Singh1 avatar Nov 12 '20 22:11 Yash-Singh1