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 March 20, 2025 04:17
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: