www.stijneman.be/geektool.png
mijn geektool setup
3 scripts:
www.stijneman.be/gt.zip
Terminal commando's:
date +%d
date +%B
date +%A
date '+%H:%M:%S'
osascript ~/Documents/mail.scpt
osascript ~/Documents/itunes.scpt
Deze zal je zelf moeten aanpassen:
df -h | grep disk0s2 | awk '{print "Macintosh HD:", $4, "Free"}'
df -h | grep disk1s3 | awk '{print "My Book Studio:", $4, "Free"}'
df -h | grep disk1s5 | awk '{print "My Book Time Machine:", $4, "Free"}'
df -h | grep disk3s3 | awk '{print "Macternal HD:", $4, "Free"}'
Voor Downloads van SABnzbd (op 1 lijn in 1 geektool script):
/Applications/lynx.command -dump localhost:8080/sabnzbd/#dv1 | grep "Status:" && /Applications/lynx.command -dump localhost:8080/sabnzbd/#dv1 | grep "Speed:" && /Applications/lynx.command -dump localhost:8080/sabnzbd/#dv1 | grep "Queue:"
Buitentemperatuur ook zelf aan te passen naar jouw regio:
/Applications/lynx.command -dump
Printer Friendly WUI - Brussels, Belgium Forecast '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
De weer-tekst (cloudy, rain, ...)
/Applications/lynx.command -dump
Printer Friendly WUI - Brussels, Belgium Forecast '/Cond/ && !/Fore/ {for (i=2; i<=10; i++) printf $i " " }'
ical events:
Hiervoor moet je dus icalbuddy downloaden:
echo "Upcoming iCal Events:" && echo " " && /usr/local/bin/icalBuddy -nc -eep "notes,url" -b " " eventsToday+2