Git Log has a `--since` and `--until` flags where you can specify dates. It also accepts relative times, like `yesterday` and `last week`. I've found it very handy before meetings.
I had a cron that would aggregate the Git contributions my team made which I’d summarize and share out to leadership at the end of each week. I’m sure with an off the shelf LLM the entire process could be automated now.
This, combined with the possibility to also show events from gitlab would be really nice, since for work I work with gitlab (which I like better than github).
I wonder if they just started on codepen with a random snippet, that so happened to have an old jQuery, and then went on with it. I've done that before, where I find a codepen snippet, and iterate over it, without caring for what versions used on it.
This was really made in 2016. I hacked it together back then, and forgot about it. Now I needed to check what did I do yesterday, and I remembered that I once made this tool. It needed just a quick update of the authorization header.
Since this is missing on github, i thought it could be useful for other people. :-)
21 comments
[ 3.3 ms ] story [ 56.5 ms ] threadI rediscovered a tool I created for this 8 years ago and after a little tweak it works perfectly. Enjoy :-)
It has been working well for me. Saved me a ton of clicks over the years I'm sure.
Tuesday I have nothing to do.
Wednesday I have nothing to do.
Thursday I have nothing to do.
Friday I have nothing to do.
Gitlab also has an api to do this: https://docs.gitlab.com/ee/api/events.html - so should probably be doable to add it.
---
Author and licence
(c) 2016,2017,2024 Pavel Zbytovský
Since this is missing on github, i thought it could be useful for other people. :-)