Skip to content

Generate status updates from your commit messages using git commit hooks

Notifications You must be signed in to change notification settings

mudassir0909/standup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

standup

Generate status updates from your commit messages using git commit hooks

Requirements

  • NodeJS (this was tested on v10.16.3)

Installation

$ git clone git@github.com:mudassir0909/standup.git
$ cd standup
# WARNING: IF YOU ALREADY HAVE A "commit-msg" HOOK, THIS WILL REPLACE IT
$ sh ./install_standup_hooks.sh path/to/your/git/repo
  • Optional Add the following to your .zshrc or .bashrc or .whateverrc
standup() { node ~/path/to/standup/status_update.js }

Running

Run the following command

$ node ~/path/to/standup/status_update.js
OR
$ standup

**********Update for 15-Jan-2020**********

Repository: epic-repository

 Branch: mudassir/epic-branch

   πŸ‘‰ Made a change
   πŸ‘‰ Made another change
   πŸ‘‰ Reverted both changes


 Branch: mudassir/not-so-epic-branch

   πŸ‘‰ Add .gitignore

How it works

All your commit messages are stored inside ~/.statusupdate folder, grouped by day.

$ ls ~/.statusupdate
13002020 14002020 15002020

When you run node ~/path/to/standup/status_update.js, it find the recently modified file and outputs updates from it.

Todo

– [ ] View updates by selected date

  • Auto clean updates older than 30(or N) days

About

Generate status updates from your commit messages using git commit hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors