From 0f0f5d676cefce4f29bd02507c42596de110c5db Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 17 Oct 2015 10:34:54 +0530 Subject: [PATCH] Adds notify daemon idea --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1d600e4..4cfc6f6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Hacking via OAauth tokens](#user-content-hacking-via-oaauth-tokens) - [But OAuth tokens can be revoked](#user-content-but-oauth-tokens-can-be-revoked) - [Procedure](#user-content-procedure) +- [Pluggable Notify Daemon for linux](#notify-daemon-for-linux) - [Licence](#user-content-licence) ##OpenBook @@ -134,5 +135,18 @@ That is a good point, but one that fails in practice. A password change in most The account access will continue till the victim checks his/her approved applications. +## Notify Daemon for Linux + +Not another window manager daemon, because lots of them already exist and there +are already good APIs in almost all languages that make it easy to integrate with +all of them. However, Linux DEs are still missing an easy way for me to get notifications +about the thousands of little different things (such as build notifications). + +The idea is to have a simple config where you can connect your bazillian accounts +via OAuth, and we will poll all your accounts and give you "clickable" notifications +for each of them. (GMail notifications might open your mail client if you click reply) + +Keep it pluggable, otherwise its of no use. + ##Licence This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). Feel free to contribute via Pull Requests, or discuss ideas in Issues. Also feel free to use these ideas in making the Next Big Thing.