If you spend some time in the macOS terminal, you probably use pbcopy. It's the native way to pipe terminal output directly to your clipboard.
Butttt, pbcopy is fundamentally broken for modern developer workflows.
Have you ever piped a token to your clipboard (echo "hunny-bunny-secret-society" | pbcopy) and it copies that new line character in the end and that annoyed you?
Or have you ever piped fancy colored texts ( like log errors ), and pasted a crap of invisible ANSI color codes?
I got so so annoyed by this, and built a replacement for it.










