Move AUTO_NTFY_DONE_IGNORE config to the yaml file
Open
- Dominant language
- Python
- Stars
- 5k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
This could be an easy way to enable better parametric filtering of commands + subcommands.
For example I might not want to have a notification for git commit (because git commit might take more than 10 s while im editing using my editor) but I still want to time git pull in case im working with a huge repo
This could look something like
```yaml
backends:
# ...
auto_ignore_cmds:
- git:
- commit
- chezmoi:
- edit
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.