Skip to content
/ pb52l Public
forked from matvore/pb52

Filter output from your shell to make any X11 terminal OSC 52-capable

License

Notifications You must be signed in to change notification settings

unxed/pb52l

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C 100.0%