Monday 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.
GitHub-events-viewer a.k.a. "What did I do yesterday?"
11–20 of 22 posts
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#12Gitlab also has an api to do this: https://docs.gitlab.com/ee/api/events.html - so should probably be doable to add it.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#13Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#14I just want to point out that this is using jQuery 1.11.3 which is and odd choice imo.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#15I just want to point out that this is using jQuery 1.11.3 which is and odd choice imo.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#16I just want to point out that this is using jQuery 1.11.3 which is and odd choice imo.
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#17Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#18Would 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?"
#19I just want to point out that this is using jQuery 1.11.3 which is and odd choice imo.
---
Author and licence
(c) 2016,2017,2024 Pavel Zbytovský
Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"
#20Would 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.