Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable/filter certain notifications #76

Closed
YodaEmbedding opened this issue Jan 18, 2018 · 5 comments
Closed

Disable/filter certain notifications #76

YodaEmbedding opened this issue Jan 18, 2018 · 5 comments
Assignees

Comments

@YodaEmbedding
Copy link

It would be nice to selectively disable certain types of notifications.

Use case: For instance, disabling Facebook Messenger notifications.

@sidneys
Copy link
Owner

sidneys commented Jan 30, 2018

@SicariusNoctis

Thank you for your suggestion – could you elaborate? How would you expect this feature work from a User Story perspective (e.g. simple text-based filters, a more involved graphical interface,...)?

Cheers. S

@sidneys
Copy link
Owner

sidneys commented Feb 18, 2018

Closing due to missing information.

@sidneys sidneys closed this as completed Feb 18, 2018
@YodaEmbedding
Copy link
Author

YodaEmbedding commented Feb 19, 2018

Sorry for the late response.

For a typical user, the simplest method would be a mute button on a notification, just like the official Pushbullet app:

Personally, I use a very minimal notification daemon, without buttons, and would enjoy configuring a text file instead. For instance, one could filter by app name:

[Mute]
Messenger
WhatsApp

Or perhaps more advanced filters for content:

{
    "app": "Messenger",
    "content": "^John Smith.*",
    "filter": "mute"
}

In this example, I dislike reading messages from John Smith on my work PC.

@sidneys sidneys reopened this Feb 21, 2018
@sidneys sidneys removed their assignment Aug 26, 2018
@sidneys sidneys self-assigned this May 19, 2019
@sidneys
Copy link
Owner

sidneys commented May 20, 2019

@SicariusNoctis

Thanks for the continuing feedback.

A beta version of this feature will ship shortly, using a plaintext file where filtering terms (regular expressions) can be inserted, against which each notifications body and title will be tested, similar as per your proposal.

Cheers, S

@sidneys
Copy link
Owner

sidneys commented Jul 16, 2019

@SicariusNoctis

This feature is included as of version v9.0.0. If any issues should occur, your feedback is very much welcome.

Cheers, S

@sidneys sidneys closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants