forked from matvore/pb52
-
Notifications
You must be signed in to change notification settings - Fork 0
Filter output from your shell to make any X11 terminal OSC 52-capable
License
unxed/pb52l
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pb52l: Filter output from your shell to make any X11 terminal OSC 52-capable This simple tool makes any X11 terminal capable of copying/pasting text with the OSC 52 escape sequence. You will need to install xclip tool for this to work (something like apt-get install xclip). You can compile like this: $ gcc -O3 -o pb52l pb52l.c Then run like this if you are ssh-ing to a remote machine: $ ssh some-machine | ./pb52l Or like this to use it locally with bash: $ bash -l | ./pb52l Based on similar MacOS tool https://github.com/matvore/pb52 adopted for xclip
About
Filter output from your shell to make any X11 terminal OSC 52-capable
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%