Skip to content

Instantly share code, notes, and snippets.

@alexmackenzie-wx
Created November 11, 2022 23:18
Show Gist options
  • Save alexmackenzie-wx/41b76d1e662c41b4b4e26d64e818af47 to your computer and use it in GitHub Desktop.
Save alexmackenzie-wx/41b76d1e662c41b4b4e26d64e818af47 to your computer and use it in GitHub Desktop.
#!/bin/sh
CHOOSE=$(gum choose "fix" "feat" "docs" "style" "refactor" "test" "chore" "revert")
SCOPE=$(gum input --placeholder "scope")
SUMMARY=$(gum input --placeholder "summary of this change")
DESCRIPTION=$(gum write --placeholder "summary of this change")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment