You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
This may be reaching a bit, but is it possible to modify this so I can run it in multiple ttys in parallel? Sometimes while doing updates there will be a slow downloading file (5-10 mins) which kind of halts my other cask updates due to the bottleneck. If I open a new terminal and run the script again, I will inevitably get a PR with multiple commits and other weirdness.
I understand that this probably not a problem that anyone other than myself experiences, and I have other work arounds. I would even be willing to try and submit a PR if there was some guidance around what to change. Presumably there is a hardcoded git checkout path for the new branch, which if it was variable each time the script ran would avoid this issue?
This may be reaching a bit, but is it possible to modify this so I can run it in multiple ttys in parallel? Sometimes while doing updates there will be a slow downloading file (5-10 mins) which kind of halts my other cask updates due to the bottleneck. If I open a new terminal and run the script again, I will inevitably get a PR with multiple commits and other weirdness.
I understand that this probably not a problem that anyone other than myself experiences, and I have other work arounds. I would even be willing to try and submit a PR if there was some guidance around what to change. Presumably there is a hardcoded git checkout path for the new branch, which if it was variable each time the script ran would avoid this issue?