Skip to content

Commit a6497e2

Browse files
authored
added clipboard buffer url launcher
1 parent 01f7d91 commit a6497e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Launch tabs with clipboard URLs
3+
command: "pbpaste | xargs -n1 -I{} open {}"
4+
tags:
5+
- pbpaste
6+
- xargs
7+
- macosx
8+
- clipboard
9+
- urls
10+
description: 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.
11+
author: DC

0 commit comments

Comments
 (0)