Hey all, I looked for this earlier and it didn't get answered, but is there a way to move a group of scripts at a time? I just got done with the HTC "All-in-one" and I'd like to move it all at once if possible. Thanks!
Hey all, I looked for this earlier and it didn't get answered, but is there a way to move a group of scripts at a time? I just got done with the HTC "All-in-one" and I'd like to move it all at once if possible. Thanks!
Hey all, I looked for this earlier and it didn't get answered, but is there a way to move a group of scripts at a time? I just got done with the HTC "All-in-one" and I'd like to move it all at once if possible. Thanks!
Mine's a very, very generic one, but it's all thanks to the nice people on this forum.I'd still really like to move it all diagonally left...
Mine's a very, very generic one, but it's all thanks to the nice people on this forum.I'd still really like to move it all diagonally left...
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=37212&u=f" | grep -E '(Current Conditions:|[A-Z]<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/[A-Z a-z]*, //' -e 's/\(.*\) [FC]/\1°/' | tail -n1
curl --silent "http://weather.yahooapis.com/forecastrss?p=YOURCITYCODE&u=c" | grep -E '(Current Conditions:|[A-Z]<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//' -e 's/, [0-9]* [A-Z]//' | tail -n1
Current Weather Conditions:
Code:curl --silent "http://weather.yahooapis.com/forecastrss?p=YOURCITYCODE&u=c" | grep -E '(Current Conditions:|[A-Z]<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//' -e 's/, [0-9]* [A-Z]//' | tail -n1
Hope this helps
hmmm i cant get it to work... the code is where i am failing, as i have weather in iCal... can you help me a little more?
usr/local/bin/icalBuddy -ic "YOUR CALENDAR NAME HERE" -iep "datetime,title" -ps "| |" -nc -po "datetime,title" -df "%a" -nrd -b "" eventsToday+3
awesome!
well i dont know what i did differently, but it works now... how did you change the colors? I know you said ANSI but i don't know what the is / means... thanks again for all your help, that is exactly what i was looking for!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>constantArguments</key>
<dict>
<key>formatOutput</key>
<true/>
</dict>
<key>formatting</key>
<dict>
<key>datetimeValue</key>
<string>yellow</string>
<key>titleValue</key>
<string>white</string>
</dict>
</dict>
</plist>
How can i get that polaroid effect on my desktop with geektool,I think it looks kool.awesome!
How can i get that polaroid effect on my desktop with geektool,I think it looks kool.