On Fri, Jul 27, 2012 at 01:08:02AM -0700, Daniel Colascione wrote:
>I wrote this patch because I often write this:
>
>$ cygpath -aw foo > /dev/clipboard
>
>Today, cygpath always appends a newline to the information in the
>clipboard, which is annoying when trying to paste into a program that
>inter
Hi Daniel,
On Jul 27 01:08, Daniel Colascione wrote:
> I wrote this patch because I often write this:
>
> $ cygpath -aw foo > /dev/clipboard
>
> Today, cygpath always appends a newline to the information in the
> clipboard, which is annoying when trying to paste into a program that
> interprets
I wrote this patch because I often write this:
$ cygpath -aw foo > /dev/clipboard
Today, cygpath always appends a newline to the information in the
clipboard, which is annoying when trying to paste into a program that
interprets newlines specially. This patch implements two new options:
-0/--null