Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielpoca/GmailOSXNotifications
Ruby script that sends a OSX notification when there are unread messages in multiple mailboxes in gmail.
https://github.com/gabrielpoca/GmailOSXNotifications
Last synced: 3 months ago
JSON representation
Ruby script that sends a OSX notification when there are unread messages in multiple mailboxes in gmail.
- Host: GitHub
- URL: https://github.com/gabrielpoca/GmailOSXNotifications
- Owner: gabrielpoca
- Created: 2012-12-03T12:00:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T12:12:48.000Z (almost 12 years ago)
- Last Synced: 2024-05-31T20:03:58.945Z (5 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gmail OSX Notificaions
Ruby script that sends osx notifications when you have unread messages in gmail. It watches multiple mailboxes.
## Configuration
First run `bundle`. Then go to the bottom of gmail.rb and replace the upper case words with your information.## Instalation
Put it somewhere and make it executable: `chmod +x gmail.rb`. Then you can make it run every 10 mintues (example):crontab -e
and insert this
*/10 * * * * /path/to/command