Skip to content

Instantly share code, notes, and snippets.

@clivecorbishley
Created September 2, 2020 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clivecorbishley/447324ed1c23b3ab797074931f8c531a to your computer and use it in GitHub Desktop.
Save clivecorbishley/447324ed1c23b3ab797074931f8c531a to your computer and use it in GitHub Desktop.
OSx pbcopy alias with stdout
# Copy and paste this line into ~/.bashrc or ~/.zshrc
alias copy="tee >(pbcopy)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment