I'm not in love with the idea of having to generate a token by hand on https://github.com/settings/tokens/new and then set it with !set-token <token>. Instead (or perhaps, in addition to), it'd be nice if there was a website that offered a convenient way for users to download the action and set the token. This website could allow for users to sign in with GitHub using the OAuth Web Application Flow and generate a token on their behalf. Then, with this token, the website could craft a URL that looks something similar to:
I'm not in love with the idea of having to generate a token by hand on https://github.com/settings/tokens/new and then set it with
!set-token <token>
. Instead (or perhaps, in addition to), it'd be nice if there was a website that offered a convenient way for users to download the action and set the token. This website could allow for users to sign in with GitHub using the OAuth Web Application Flow and generate a token on their behalf. Then, with this token, the website could craft a URL that looks something similar to:Which when clicked would invoke
runWithURL(url, details)
using the Action URL Script functionality in LaunchBar. From there, we could execute the regularsetToken
functionality.Huge shout out to @marcomasser for the wonderful suggestion ✨.