Golang terminal ANSI OSC52 wrapper. Copy text to clipboard from anywhere
Description
Golang terminal ANSI OSC52 wrapper. Copy text to clipboard from anywhere.
This package provides symbolic links that alias the following Go import paths to
github.com/aymanbagabas/go-osc52:
– github.com/aymanbagabas/go-osc52/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/aymanbagabas/go-osc52.