dschep / dschep/ntfy

Multiple timeouts for shell-integration

Open
#123 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5k
Forks
216
PR merge metrics
No merged PRs in 30d

Description

Instead of only using the default(per config) backend and one timeout, the shell-integration could support various timeouts with different backends each. For example, local notification if longer than 5 seconds, push notification if longer than a minute.

Config idea:
```yaml
shell-integration:
- timeout: 5
backend: default
- timeout: 60
backend: pushover
```

makes the toplevel `shell-integration` key special (like `backend` and `backends`)
Should consider sections? see #124 for more ideas.

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.