Results 86 comments of mag37

I'll leave this issue open and hope for some feedback how things are working out after the hotfix and if someone else got time to troubleshoot further. Once again -...

> > The alternative I had sketched on prior to this parallel check with xargs was to replace regctl with [cup](https://github.com/sergi0g/cup) > > As cool as I think the `xargs...

> Thank you for the quick dot release. Does github have stats about number of downloads? Just curious how popular your cool tool is becoming. It only got proper stats...

I've been thinking of this too, I think it's reasonable (even if you're nuts 😅). Though my thoughts was to just make a minor test script that calls the notification...

This is a rough one, but does the trick: **templateTester.sh** ```bash #!/usr/bin/env bash PrintReleaseURL=true PrintMarkdownUrl=false GotUpdates=( "dummy-one" "caddy" "dozzle" "homer" "mqtt" ) UrlsList="urls.list" ScriptArgs=( "$@" ) ScriptPath="$(readlink -f "$0")" ScriptWorkDir="$(dirname...

Though there might be some upcoming changes to notifications (see https://github.com/mag37/dockcheck/discussions/156) so I will hold on adding this to main for a bit.

Haha well, no problem. I think due to the wrapper it would be easier/cleaner to implement it now anyway. A **dry-run** kind of functionality sounds very reasonable. Maybe it doesn't...

Thank you for the input @Radoom - and clarification! @yoyoma2 - your suggestion looks sound, I'll need to think about the phrasing some but the `-N` option flag feels good....

You're welcome to give it a go if you'd like, otherwise I'll keep it in my list and get to it asap :) it's just been another lingering "to-do", so...

Thanks @Radoom , good input. Discussion, feedback and critique is just as valuable as code contribution! I'll think some more on this before I do any implementations, happy for any...