Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created October 7, 2022 21:38
Show Gist options
  • Save dealingwith/3212f6a58f8aa327bcbb44f5f4ef353c to your computer and use it in GitHub Desktop.
Save dealingwith/3212f6a58f8aa327bcbb44f5f4ef353c to your computer and use it in GitHub Desktop.
Gum stuff

brew install gum


Use the multi-line editor to write a commit message:

git commit -m "$(gum write --width 50 --placeholder "Summary of changes")"


Use choose to display a list of outdated brew packages and choose which ones to upgrade:

brew outdated | gum choose --no-limit | xargs brew upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment