public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ken Jackson <cygwin@jackson.io>
To: cygwin@cygwin.com
Subject: Re: getclip and cygutils and cygcheck
Date: Wed, 19 Jun 2013 17:11:00 -0000	[thread overview]
Message-ID: <51C1E335.20203@jackson.io> (raw)
In-Reply-To: <CAOh4nmk2_9CV_X9HrxJ=mLJ0dJ889Yn53zrrYuciaFN7Ft1_9Q@mail.gmail.com>

I got so dependent on getclip and putclip on Cygwin, that I added
these aliases to my universal .bashrc file so I have them on Linux:

   if [ -n "$(type -P xclip)" ]; then
       test -z "$(type -P putclip)"  && \
           alias putclip="$(type -P xclip) -sel clip -i"
       test -z "$(type -P getclip)"  && \
           alias getclip="$(type -P xclip) -sel clip -o"
   fi

-Ken

On 06/13/2013 02:13 PM, Jeremy Hetzler wrote:
> I use getclip/putclip every day.
...
> Please please keep these utilities unless there is a fully functional
> replacement.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

      parent reply	other threads:[~2013-06-19 17:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-12 14:48 Nellis, Kenneth
2013-06-12 15:22 ` Nellis, Kenneth
2013-06-12 15:40   ` Corinna Vinschen
2013-06-12 17:57   ` Christopher Faylor
2013-06-12 19:53   ` Thomas Wolff
2013-06-13  9:56     ` Corinna Vinschen
2013-06-13 18:13       ` Jeremy Hetzler
2013-06-14  9:16         ` Corinna Vinschen
2013-06-15  3:15           ` Jeremy Hetzler
2013-06-15  3:36             ` Jeremy Hetzler
2013-06-15 17:45               ` Arthur Tu
2013-06-15 19:36             ` Thomas Wolff
2013-06-17 10:16             ` Corinna Vinschen
2013-06-17 13:13               ` Corinna Vinschen
2013-06-19 17:30                 ` Corinna Vinschen
2013-06-19 17:35                   ` Jeremy Hetzler
2013-06-19 17:45                     ` Corinna Vinschen
2013-06-19 17:11         ` Ken Jackson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51C1E335.20203@jackson.io \
    --to=cygwin@jackson.io \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).