GitHub-events-viewer a.k.a. "What did I do yesterday?"
1–10 of 22 posts
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#2Hi, it often happens to me, that I write a comment, mark issue as "done" on the notification page, but then I can't find it again.
I rediscovered a tool I created for this 8 years ago and after a little tweak it works perfectly. Enjoy :-)
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#3It did not in fact show me the events on my private repos.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#4I use the same endpoint to populate my profile readme: https://github.com/TomasHubelbauer
It has been working well for me. Saved me a ton of clicks over the years I'm sure.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#5Monday I have nothing to do.
Tuesday I have nothing to do.
Wednesday I have nothing to do.
Thursday I have nothing to do.
Friday I have nothing to do.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#6It did not in fact show me the events on my private repos.
You would need to call the api using personal token which is not available looking into the source code.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#7I like the fact that you just shipped this in a single .html file, no react slop
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#8Would be a great CLI tool. I am not super fond of sharing a a github token on a website.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#9Would be a great CLI tool. I am not super fond of sharing a a github token on a website.
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.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#10i have a similar thing going on in my portfolio https://sean.app/activity where it displays my most recent activities. octokit is great!