Skip to content

Commit d18bc83

Browse files
authored
Merge pull request #84 from dcdigit/dcdigit-patch-1
added clipboard buffer url launcher
2 parents 01ac4dd + f9508e7 commit d18bc83

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)