MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
415 stars 43 forks source link

AUTO_NOTIFY_IGNORE not working for the ping command #66

Open nicolas-g opened 3 months ago

nicolas-g commented 3 months ago

Issue Details

I'm adding ping command to my AUTO_NOTIFY_IGNORE but it keeps notifying me when I run the ping command.

Please provide the following details when opening an issue:

Operating System (uname -a)

Darwin 192.168.1.4 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:17:33 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6031 arm64

zsh version (zsh --version)

zsh 5.9 (arm-apple-darwin22.1.0)

auto-notify version (echo "$AUTO_NOTIFY_VERSION")

0.10.2

How is auto-notify installed?

Steps to reproduce the issue

add export AUTO_NOTIFY_IGNORE=("ping") in your ~/.zshrc after the plugins section

run

ping 8.8.8.8

and control+c after 10 seconds

auto-notify will still notify you about the ping command.