You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/shell/launch-clipboard-buffer-url-list.yaml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,4 @@ name: Launch tabs with clipboard URLs
3
3
command: "pbpaste | xargs -n1 -I{} open {}"
4
4
tags:
5
5
- pbpaste
6
-
- xargs
7
-
- macosx
8
-
- clipboard
9
-
- urls
10
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