Created
December 24, 2021 15:02
-
-
Save saurbhc/e6104654b1a87d525c12645d3522246f to your computer and use it in GitHub Desktop.
Mac Copy-Paste for iTerm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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