Made a github co-author helper script using gum #428
MikaelFangel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I made a small helper script using gum that helps you write commit messages containing GitHub co-author information. The script should just be placed in your path environment, and then you get the sub command
git polite
. The script looks into a global file at your home dir, a file in your current dir and the log of the top 5 contributors in the current repo. It then gives the options of unique matches and lets you select the co-authors usinggum filter
.The script is not fully polished yet, but it has in its current state been helpful to me and my fellow students when working collaboratively on projects.
URL
git-polite
nix derivation
Acknowledgements
A big thanks to charmbracelet for providing such cool features in the commandline.
Beta Was this translation helpful? Give feedback.
All reactions