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

fix: correct unread notification marking logic #90

Merged
merged 7 commits into from
Jul 21, 2024
Merged

Conversation

LangLangBart
Copy link
Collaborator

@LangLangBart LangLangBart commented Jul 17, 2024

description

Allow the user to filter the list and only mark notifications as read for the filtered list with ctrl-a.
Also enable --multi selection to allow the user to select multiple entries and mark them as read with ctrl-t.

@LangLangBart
Copy link
Collaborator Author

Since the ⇥ Tab key is by default used for toggling the preview, one would need to alter the existing key binding or define a custom binding, e.g. ⌃ Control + Y

@sitano
Copy link

sitano commented Jul 18, 2024

works! 🙌

@sitano sitano mentioned this pull request Jul 19, 2024
@LangLangBart LangLangBart merged commit 55ea798 into main Jul 21, 2024
1 check passed
@LangLangBart LangLangBart deleted the mark_read branch July 21, 2024 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CTRL-A should mark only filtered notifications that you see, not all-at-all
2 participants