-
Notifications
You must be signed in to change notification settings - Fork 350
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
Allow using custom indicators for actions and URLs #1150
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1150 +/- ##
=======================================
Coverage 66.03% 66.03%
=======================================
Files 46 46
Lines 7595 7607 +12
=======================================
+ Hits 5015 5023 +8
- Misses 2580 2584 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for submitting this PR
I don't think this is necessary. If you have a use case, then I wouldn't be against it.
|
Hi, have you looked at my above comment? Let's figure out together what to do to finish this PR |
Hi, sorry for leaving this PR hanging. I'll get back to it this week. Thank you! |
Hey, thanks for your update. Let me know when you get to it! |
It would be nice to add a format parameter for the number of actions |
Yeah, that should definitely be possible |
For organizational purposes I'm going to close this pull request. If you or anyone else wants to work on this, feel free to reopen this pull request or start a new one (referencing this PR). |
Sorry for dropping the ball. I've just opened a new PR with the missing changes + added the option to show action count using |
This PR introduces two new settings (
action_indicator
andurl_indicator
) which could be set to any string, and then be placed wherever the user finds it useful in theformat
string (using%A
or%U
).There's also the possibility to use
%D
in the format to show how many duplicates a given notification has.I've tested this locally using emoji instead of the classic "(A)" and "(U)". It works, so it should be usable with nerd fonts and similar icon fonts too.
ℹ️ As it is now, this PR is a draft to gather feedback. Things that are still to be done or defined:
%X
) to show all possible indicators in it? (actions, URLs, duplicates)