I created rcp, an OSC52 copy tool for your remote server (codeberg.org)
from Black616Angel@feddit.de to linux@lemmy.ml on 31 Mar 2024 13:09
https://feddit.de/post/10586026

cross-posted from: feddit.de/post/10585019

I have been searching for a simple way to copy loads of text from remote servers for a while. This includes files, but is sometimes also only multiple lines from stdout of a program. Oftentimes this is kinda hard to do in terminal emulators, so I wrote a very small program to copy text via Operating System Commands.

This allows the terminal emulator itself to copy the text directly into the host clipboard. No x11 pass-through needed.

Lots of text editors like vim (with oscyank-plugin) or helix already have a functionality like that, but opening large files just to copy them is stupid (also not all servers I admin have the oscyank or helix even installed).

If you want to know, if your terminal emulator supports osc52, please refer to the oscyank-repo, they have a nice list.

#linux

threaded - newest

JoMiran@lemmy.ml on 31 Mar 2024 14:05 collapse

RCP is already a core Unix command. You might need to rename it.

[deleted] on 31 Mar 2024 19:02 next collapse

.

[deleted] on 31 Mar 2024 19:01 next collapse

.

[deleted] on 31 Mar 2024 19:02 next collapse

.

Black616Angel@feddit.de on 31 Mar 2024 19:02 collapse

Weird, I had not had this name already. Might rename it to yarcp (yet another remote copy). Thanks for the heads up.