-
Notifications
You must be signed in to change notification settings - Fork 2
Filter output from your shell to make Terminal.app OSC 52-capable
License
matvore/pb52
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pb52: Filter output from your shell to make Terminal.app OSC 52-capable This simple tool makes Terminal.app capable of copying/pasting text with the OSC 52 escape sequence. Terminal.app is a perfectly fine terminal emulator for many use cases except for its omission of OSC 52 support, so this tool may save you from downloading alternative terminal emulators. To compile, you need Xcode Command-Line Tools installed. You can compile like this: $ gcc -O3 -o pb52 pb52.c Then run like this if you are ssh-ing to a remote machine: $ ssh some-machine | ./pb52 Or like this to use it locally with bash: $ bash -l | ./pb52
About
Filter output from your shell to make Terminal.app OSC 52-capable
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published