Skip to content

Instantly share code, notes, and snippets.

@omunroe-com
Forked from KingJon/gmail.sh
Created October 22, 2018 07:37
Show Gist options
  • Save omunroe-com/64d121634492b904bb8fb1fe8d5ebf46 to your computer and use it in GitHub Desktop.
Save omunroe-com/64d121634492b904bb8fb1fe8d5ebf46 to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment