It's helpful to have regex support on command as well. My use case is terminating a package that is managed by snap with a self-updating path e.g. /snap/firefox/6495/usr/lib/firefox/firefox.
Also 8fbcbf8 only initializes a single regex, thus any pattern after the first one is ignored inside config.toml. This patch fixes that too.
0001-Add-regex-support-for-app-s-name-command.txt
which can be applied using:
$ git am 0001-Add-regex-support-for-app-s-name-command.txt
It's helpful to have regex support on
commandas well. My use case is terminating a package that is managed by snap with a self-updating path e.g./snap/firefox/6495/usr/lib/firefox/firefox.Also 8fbcbf8 only initializes a single regex, thus any pattern after the first one is ignored inside config.toml. This patch fixes that too.
0001-Add-regex-support-for-app-s-name-command.txt
which can be applied using: