Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Does anyone know of a Linux utility that will let me redirect STDIN to the clipboard? I've been searching high and low and can't seem to find anything. Essentially, I'm looking for something like pbcopy.
On Windows... (Score:1)
xclip (Score:1)
Re:xclip (Score:2)
Looks perfect, but it's a no-op on my system. It installed just fine, but even the example programs don't do anything :/
Re:xclip (Score:2)
-sam
Re:xclip (Score:2)
Fedora Core 2. I should upgrade on day, but I know so little about Linux internals that I'm scared to.
Re:xclip (Score:1)
Re:xclip (Score:1)
The debian maintainer added a note to the copyright file (http://packages.debian.org/changelogs/pool/main/x/xclip/xclip_0.08-4/xclip.cop
"Since Kim Saunders is the upstream author and was the Debian maintainer and was missing, I'm doing upstream type fixes in my own repository which can be seen at: http://svn.ev-en.org/viewsvn.php?project=xclip"
Regards,
-james.
some tcl/tk.... (Score:1)
Here's a short TCL/Tk script that does it, based on something similar I had for pasting. It's quite suboptimal, but should give the idea. Reimplementing in perl, and incorporating some smart forking and one-daemon-per-desktop code would be really nifty! ;)