6

Show your unread emails (gmail)

Posted in Messaging by zhhz 808 days ago

Show your un-read email on your desktop from Gmail.

Please change yourgmailaccount and your_password in the shell script.

Script

curl -u your_gmail_account:your_password --silent "https://mail.google.com/mail/feed/atom" | tr -d 'n' | awk -F '' '{for (i=2; i<=NF; i++) {print $i}}' | sed -n "s/<title>(.*)</title.*name>(.*)</name>.*/2 - 1/p"

Comments

User Avatar
futuhat 808 days ago
can't find the shell script.
User Avatar
matt 808 days ago
Yeah, looks like the Geeklet file didn't upload properly.
User Avatar
madmac 800 days ago
Gracias...
User Avatar
zhhz 798 days ago
Sorry about that, I have no idea why it failed to upload. Anyway, it is very simple to create by yourself, here is the script:

http://gist.github.com/249061

Log in to comment or register here.