LouisCAD / kotlin-libraries-playground

A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions.
MIT License
180 stars 57 forks source link

WIP: reimplementation of git-standup with Kotlin Native #100

Closed jmfayard closed 3 years ago

jmfayard commented 3 years ago

Reimplementation https://github.com/kamranahmedse/git-standup

Recall what you did on the last working day ..or be nosy and find what someone else did.

A little tool that I always wanted for myself. I work on several repositories on daily basis and it is mostly difficult for me to remember where I left off in each one of them. git-standup helps me with running standups and keeping track of what I have been doing. By default it gives you the most common usage i.e. shows you commits from the last working day in the current directory and the directories below current level plus it comes with several options to modify how it behaves.

Usage:

$ ./gradlew :kotlin-ci:install

$ git-standup
/Users/jmfayard/IdeaProjects/refreshVersions
No commits from Jean-Michel Fayard during this period.
/Users/jmfayard/IdeaProjects/dojo-2021-04-30
dbe9fed - Add README (3 days ago) <Jean-Michel Fayard>
05db8cf - Add test for testCombineSolutions() (3 days ago) <Jean-Michel Fayard>
f95b85e - Inline variable (3 days ago) <Jean-Michel Fayard>
1ba4bd0 - Validate PIN early or throw exception (3 days ago) <Jean-Michel Fayard>

TODO