Launch tabs with clipboard URLs

Launch all URLs (arranged in a list in the clipboard buffer). Will be launched using default browser and tab creation preference. Useful for copying a column of URLs from a spreadsheet and visiting them all at once.

Brought to you by Warp, a free terminal reimagined to work like a modern app.

Command
Copy
pbpaste | xargs -n1 -I{} open {}
Tags