Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 495 Bytes

OSC52

Description

A script to forward information from stdin to system clipboard using the ANSI OSC52 sequence.

Installation

cabal install

It can be also installed by nix.

Example

echo -n 11111 | osc52 will send 11111 to your clipboard.

Credits