Many useful tools have subcommands which need different notify policy. For example, git log and git clone should be handled differently.
Currently a command is only judged by its basename (source).
Is it possible that ntfy support subcommand match in the future?
Many useful tools have subcommands which need different notify policy. For example,
git log
andgit clone
should be handled differently. Currently a command is only judged by its basename (source). Is it possible that ntfy support subcommand match in the future?