Skip to content

Instantly share code, notes, and snippets.

@ypresto
Last active May 31, 2021 09:01
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 ypresto/0e50386603627bd1172f1d6bea77f5b6 to your computer and use it in GitHub Desktop.
Save ypresto/0e50386603627bd1172f1d6bea77f5b6 to your computer and use it in GitHub Desktop.
[macOS] copy-uuid: Copy UUID to clipboard!
# 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