the clipboard
Reminded today of Windows's clip.exe
, which reads its standard input
into the Windows paste buffer. That's the way to copy Linux/WSL stuff
to Windows. Mousing in the terminal window works ... sometimes. But
Emacs takes over the mouse, and the terminal copies my
whitespace-identifying characters.
The magic is M-| clip.exe
, which runs shell-command-on-region
.