Our dev commands sometimes output authentication URLs in the terminal that need to be clicked, which then opens a form to submit.
Suddenly blocking on this annoyed me, so now I have:
1. An iTerm2 "trigger" to automagically open the URLs: https://github.com/henrik/dotfiles/commit/e34a9df0a08453615fea89cd8e53dea7737d9936
- An Arc Boost (userscript) to autosubmit the form once opened.
So nice!
The script tracks opened unique-code URLs to only trigger once, as URLs in a terminal can otherwise trigger *repeatedly* (infinitely)… ask me how I know 😅

