Skip to content

Instantly share code, notes, and snippets.

View rgunindi's full-sized avatar
🏠
Working from home

Ramazan rgunindi

🏠
Working from home
View GitHub Profile
@RichardBronosky
RichardBronosky / README.MD
Last active August 10, 2024 09:30
cb - A leak-proof tee to the clipboard - Unify the copy and paste commands into one intelligent chainable command.

cb

A leak-proof tee to the clipboard

This script is modeled after tee (see [man tee][2]) and works on Linux, macOS, Cygwin, WSL/WSL2

It's like your normal copy and paste commands, but unified and able to sense when you want it to be chainable.

This project started as an answer to the StackOverflow question: [How can I copy the output of a command directly into my clipboard?][3]