Re: Command line utility to put stdin into the X 'current selection' clipboard

2002-10-13 Thread Åsmund Ødegård

Sean 'Shaleh' Perry [EMAIL PROTECTED] writes:
  and then middle mouse click (or ctrl-v) somewhere else to paste the
  text?
 
  Thanks
  Crispin Wellington
 
 apt-get install xclip
 ls | xclip -in
 middle click

Some apps paste the x-buffer with shift-ins (in case ctrl-v does not work...)



-- 
[simula.research laboratory]
 Åsmund Ødegård
 Scientific Programmer
 http://www.ifi.uio.no/~aasmundo/
 j: 22 84 00 63 - m: 90 06 99 15
-- auto sig --
SLM 119 58 Jeg bønnfalt dig av hele mitt hjerte: Vær mig nådig efter
  ditt ord!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Command line utility to put stdin into the X 'current selection' clipboard

2002-10-10 Thread Sean 'Shaleh' Perry

On Thursday 10 October 2002 11:18, Crispin Wellington wrote:
 Is there a shell utility that can take stdin and put it into an X
 clipboard. The 'current selection' clipboard would be ideal, but any of
 the X Clipboard's would suffice. For example

 ls | someutility

 and then middle mouse click (or ctrl-v) somewhere else to paste the
 text?

 Thanks
 Crispin Wellington

apt-get install xclip
ls | xclip -in
middle click

(-:


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]