added pbcopy

pull/3/head
Igor Chubin 7 years ago
parent fe1f87b8a4
commit 6d71375200

@ -0,0 +1,9 @@
# pbcopy
# Place standard output in the clipboard.
# Place the contents of a file in the clipboard:
pbcopy < file
# Place the results of a command in the clipboard:
find . -type t -name "*.png" | pbcopy
Loading…
Cancel
Save