clipy

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2022 License: MIT Imports: 8 Imported by: 0

README

Clipy

GoDoc Go Report Card GitHub code size in bytes GitHub Release Date GitHub issues

Clipy is a small command line utility to sending data to your clipboard.

Usage

Clipy can send data to your clipboard either via standard input (pipes) or from a file:

echo "Send me to your clipboard" | clipy
# Or
clipy /path/to/file.ext

In most cases, a user would have clipy as the final step of the process and would prefer clipy not to write out whatever data it took in. However, if you choose to put clipy somewhere else in a list of pipe-connected utilities, simply use the -o / --output flag:

clipy -o path/to/file.ext | grep ...

Install

go install github.com/jtschwartz/clipy@latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL