dschep / dschep/ntfy

Move AUTO_NTFY_DONE_IGNORE config to the yaml file

Open
#273 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.