Skip to content

Instantly share code, notes, and snippets.

@alexmackenzie-wx
Created November 15, 2022 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmackenzie-wx/492c9a7813f4505345ecc335faffab42 to your computer and use it in GitHub Desktop.
Save alexmackenzie-wx/492c9a7813f4505345ecc335faffab42 to your computer and use it in GitHub Desktop.
#!/bin/sh
CHOOSE=$(gum choose "subscribe" "follow me on twitter" "subscribe" "follow me on twitter")
SCOPE=$(gum input --placeholder "reason for subscribing?")
SUMMARY=$(gum input --placeholder "favorite dev tool?")
gum confirm "Subscribe to Why Now? Really?" && open https://whynowtech.substack.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment