svengiebel / CommitMessageWizzard

small shellscript to echo the commit messages from the last commits since given days and authorname

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommitMessageWizzard πŸ§™

small shellscript to echo the commit messages from the last commits since given days and authorname


Info

Options

Key Description
-cp macOS Only: Copies the output to your clipboard

Vars

Key Type
Author String
Days Number

Usage

replace AUTHOR and DAYS with desired values

./c-wizz.sh AUTHOR DAYS
or
./c-wizz.sh and answer the Questions the Wizzard πŸ§™asks you! :)

Welcome to the Commit Wizzard πŸ§™

Which Author should the Wizzard look for?
gandalf
Looking for gandalf!

Commits since how many days?
13

**************** COMMITS FROM gandalf SINCE 13 days *****************

- add readme to project, add shellscript πŸ§™
- Initial commit

*****************************************************************


Done! See you next Time  πŸ§™ !

Contributing

Feel free to add features or fix bugs :)

  • Create a personal fork of the project on Github
  • Clone the fork to your local machine
  • Create a branch starting with the issue number "#1-fixing-bug-xy"
  • Write a short description of what you did into the pull request description field

Thanks! πŸ‘‹

About

small shellscript to echo the commit messages from the last commits since given days and authorname


Languages

Language:Shell 100.0%