Skip to content

Instantly share code, notes, and snippets.

View jpflouret's full-sized avatar

JP Flouret jpflouret

View GitHub Profile
@jpflouret
jpflouret / README.md
Last active December 29, 2023 03:33
paste.exe

Pipe contents of windows clipboard to another command

Usage

To pipe the contents of the clipboard to another command (e.g. grep):

paste | grep pattern

To save the contents of the clipboard to a file: