Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: Charles Wilson <cwilson@ece.gatech.edu>
Newsgroups: gmane.os.cygwin
Subject: Re: Cut and paste standard input and output
Date: Sun, 12 May 2002 18:34:35 -0400
Lines: 42
Message-ID: <3CDEEDFB.3090109@ece.gatech.edu>
References: <002901c1fa03$dab86cd0$0100a8c0@albert>
NNTP-Posting-Host: c-24-98-131-105.atl.client2.attbi.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1021242832 20646 24.98.131.105 (12 May 2002 22:33:52 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Sun, 12 May 2002 22:33:52 +0000 (UTC)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us

Have you seen the 'putclip' and 'getclip' applications that are part of 
the official 'cygutils' package?

--Chuck


Raoul Gough wrote:

> I recently wrote a simple command-line tool that cuts or pastes plain text
> to/from standard input/output. I find it quite useful sometimes, when I've
> got a script that generates some output and I want to process the output in
> a windows application (or vice-versa).
> 
> e.g.
> 
> ls -lR | clipboard -x
> 
> After which, I can paste the ls output direct into a windows App. It's much
> easier than selecting and cutting from the command-shell window, especially
> if there is a lot of output. The command has three options, -x cuts, -c
> copies (kinda like tee) and -v pastes to standard output. If this tool
> doesn't already exist, I'd be willing to contribute the code. Any interest
> and advice on how to submit it?
> 
> Thanks,
> Raoul Gough.
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 
> 




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

