bluele / clippy

cross platform clipboard command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clippy

A Cross-platform clipboard command for Linux, MacOSX, etc...

This script use pyperclip.

Install

 $ curl https://raw.github.com/bluele/clippy/master/install.py | python

Usage

 # Get the data from clipboard and writes it to the stdout.
 $ clippy

 # Take the stdout input in clipboard.
 $ echo "hello, world" | clippy

Copyright

This software is licensed under the BSD License.

About

cross platform clipboard command


Languages

Language:Python 100.0%