Feature Request: Exception list to suppress reminders #192
Unanswered
jargon4220
asked this question in
Ideas
Replies: 1 comment
-
|
Interesting idea, thanks for sharing. And it's great to hear that the reminders feature is helpful for you!
Would an alias be an acceptable workaround for the yay/para case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current reminder system is very helpful, but it can be disruptive for certain workflows.
For example, I set an abbreviation
abbr "yay"="paru"to automatically replace theyaycommand withparu.The problem is that when I correctly type
paru(the expanded command), zsh-abbr still triggers a reminder suggesting I useyay.This reminder is unnecessary noise because I am intentionally using the target command, not forgetting the abbreviation.
Users should be able to add specific abbreviations (like yay in my example) to this list. If an abbreviation is on this exception list, the reminder message should not be displayed when its corresponding expanded command (paru) is executed.
This would allow users to benefit from auto-replacement for obsolete commands while silencing unwanted reminders when they correctly use the new command.
The only current alternative is to disable reminders globally, but this is not ideal as I still find the reminder feature useful for most of my other abbreviations.
Beta Was this translation helpful? Give feedback.
All reactions