notify icon indicating copy to clipboard operation
notify copied to clipboard

Desktop application

Open johntdyer opened this issue 8 years ago • 6 comments

Would be nice if there were an agent for the desktop as well. Figured I would open a ticket to track that request. Thanks

-John

johntdyer avatar Dec 03 '15 18:12 johntdyer

Thanks for the request! Could you clarify what the features might be of this desktop app? Would it just be a giant text field where you could enter the notification message, and then a button to send it? What's the use-case for that?

mashlol avatar Dec 04 '15 02:12 mashlol

No, I was thinking more along the lines of receiving alerts on my desktop, not sending them

johntdyer avatar Dec 04 '15 14:12 johntdyer

Ah. I don't think a desktop app would really be required for that, we could just use something like https://github.com/mikaelbr/node-notifier to push OS-level notifications at the same time as the cloud-based notifications go out.

mashlol avatar Dec 05 '15 07:12 mashlol

I could be pretty interest in helping develop this Desktop version! 😄

yvan-sraka avatar May 12 '18 15:05 yvan-sraka

I could be pretty interest in helping develop this Desktop version!

Sure, happy to have your help. I was thinking of making a site that uses web push notifications and having that be the "register" part. Firebase can already push notifications to web. So then it would work on any platform (mac, linux, windows, etc)

mashlol avatar May 12 '18 20:05 mashlol

I was looking for this also, which is how I ended up finding your app. Ideally the desktop app would receive notifications the same way the phone would, so that I can see the notification on my phone, or whichever computer I'm actually sitting at. In other words I'm looking for more than just local notification. Currently I use ssh ... notify-send which only works within my local network.

I spent about an hour trying to connect to the firebase REST API with no luck :/

cheshirekow avatar Oct 16 '18 04:10 cheshirekow