willcassella / pasterboy

Simple program for printing Windows clipboard contents to stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pasterboy

Paste from the command line 🕶️

Windows includes clip.exe which can be used to copy from stdin, but has no equivalent program for pasting to stdout. Pasterboy does exactly that.

I developed it for accessing the windows clipboard from Neovim in WSL, for an example on how to set that up see here.

About

Simple program for printing Windows clipboard contents to stdout


Languages

Language:C 79.1%Language:Makefile 20.9%