Archiv

Archiv für die Kategorie ‘Mac OS X’

Applescript for generating Random UUID

31. Oktober 2011 1 Kommentar

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()'")
KategorienMac OS X Tags:

Add Path Bookmarks to iTerm

1. August 2011 3 Kommentare

Since I am a developer, I need a terminal very often. I prefer using on my MacOSX System. I use many tabs in iTerm and obviously all terminals point to different locations. I was tired of switching to all relevant locations everytime I start up iTerm. So I decided to give the bookmark feature of iTerm a try.

My goal was to just click on a bookmark and a new tab should appear which has the right folder as default workspace.
Mehr…

KategorienMac OS X, Tipps und Tricks Tags: