Applescript for generating Random UUID

I wrote my first Applescript today and I thought it could be useful, so I decided to share it with you :)

This script generates a random UUID and copies it to the clipboard.

set the clipboard to (do shell script "python  -c 'import uuid; print uuid.uuid1()'")
Share this Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können.
  • MisterWong
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • TwitThis
  • DZone
  • Digg
  • Print

Ein Gedanke zu “Applescript for generating Random UUID

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert