aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
blob: 4f2eafea0d55bb5d7a6ca9b8d8a2fa966a80a8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Description
===========

Simple clipboard storing anything from stdin in a file or outputing from
the file to stdout. Direction is determined from pipe redirection.

Usage
=====

Store something to clipboard::

    $ echo abc | clip

Output clipboard content to console::

    $ clip

Use content::

    $ clip > file
    $ clip | command

Installation
============

Just copy clip script in your path (~/bin/ for example).

License
=======

Unless specified otherwise, this project is licensed under the terms of the
MIT license. You should have received a copy of the MIT License along with
this program. If not, see <https://opensource.org/licenses/MIT>.

SPDX-License-Identifier: MIT

Copyright © 2016 vg <vg@devys.org>

Contact
=======

developer
    vg

mail
    vg@devys.org