0.1.2 • Published 10 years ago
log-time v0.1.2
log-time
Command line utility to get content from commits and output content to be used on log time. It requires git and nodejs to be installed on your system.
Why?
Because I need it. Because I can. Because it may help you.
Install
npm install -g log-timeAbout commits
Based on this post and many other resources out there, commit message should be very important for you. For me, I just need to provide a date to a command line utility and get content to be pasted and log time on my ticket.
That's all about this package.
Commit example:
commit HASH_HERE
Author: AUTHOR_HERE
Date: DATE_HERE
FIRST_LINE
SECOND_LINE
...What do I need?
HASH FIRST_LINE | HASH FIRST_LINEso:
log-timeUsage
log-time # output commits from todaylog-time 'Jan 24 2016' # commits from given date