A script to forward information from stdin to system clipboard using the ANSI OSC52 sequence.
cabal install
It can be also installed by nix.
echo -n 11111 | osc52
will send 11111 to your clipboard.
A script to forward information from stdin to system clipboard using the ANSI OSC52 sequence.
cabal install
It can be also installed by nix.
echo -n 11111 | osc52
will send 11111 to your clipboard.