Last active
May 31, 2021 09:01
-
-
Save ypresto/0e50386603627bd1172f1d6bea77f5b6 to your computer and use it in GitHub Desktop.
[macOS] copy-uuid: Copy UUID to clipboard!
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
# Copy this to your .***shrc | |
alias copy-uuid='uuidgen | tr "[:upper:]" "[:lower:]" | tr -d "\n" | pbcopy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment