Skip to content

Mac command line tool to copy piped input to the macOS clipboard

License

Notifications You must be signed in to change notification settings

jester7/to-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mac command line tool to copy piped input to the macOS clipboard

Topics

Resources

License

Stars

Watchers

Forks

Languages