xiong.chiamiov + gmail   4

Check your unread Gmail from the command line | commandlinefu.com
curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "t" if /<name>/; print "$2n" if /<(title|name)>(.*)</1>/;'
gmail 
february 2012 by xiong.chiamiov

related tags

gmail  osx  ruby 

Copy this bookmark:



description:


tags: