Skip to content

Move AUTO_NTFY_DONE_IGNORE config to the yaml file #273

@funkyfisch

Description

@funkyfisch

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

backends:
  # ...
auto_ignore_cmds:
  - git:
      - commit
  - chezmoi:
      - edit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions