Skip to content

Instantly share code, notes, and snippets.

@saurbhc
Created December 24, 2021 15:02
Show Gist options
  • Save saurbhc/e6104654b1a87d525c12645d3522246f to your computer and use it in GitHub Desktop.
Save saurbhc/e6104654b1a87d525c12645d3522246f to your computer and use it in GitHub Desktop.
Mac Copy-Paste for iTerm
#!/bin/bash
MAC_copy(){
cat | pbcopy
}
MAC_paste(){
pbpaste
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment