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()'")
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…