Search found 1 match
- October 20th, 2011, 1:25 pm
- Forum: Third-party Addons
- Topic: Geektool
- Replies: 0
- Views: 2800
Geektool
I've been using the following code to output some data to the desktop curl --silent "http://localhost:8080/api?mode=qstatus&output=xml&apikey=APIKEY" | grep -e timeleft -e mb -e filename -e speed -e state| sed -e /'<jobs>'/s//''/ -e /'<job>'/s//''/ -e /'<timeleft>'/s//'Time Left: '...