Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 344 Bytes

About to-clipboard

This is my first Swift project. It is a command line tool to copy piped input to the macOS clipboard.

Building

swift build -c release

The binary is placed in .build/release/ by default.

Usage Example

cat example.txt | .build/release/to-clipboard

This copies the contents of example.txt to the clipboard.