This is fine if you have python (pbcopy is for Mac only)
pbcopy
python -c 'import uuid; print(uuid.uuid4());' |pbcopy
Recommended Posts