Skip to content

Latest commit

History

History
11 lines (6 loc) 路 216 Bytes

pbcopy.md

File metadata and controls

11 lines (6 loc) 路 216 Bytes

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