sindresorhus/refined-github







Do you want to work on this issue?
You can request for a bounty in order to promote it!
Add a button to jump to first and latest commit #3455
Androz2091 posted onGitHub
Hey! I'm the one who opened the issue to add the repo-age
feature, because I think it's really interesting to know how a project was... in the beginning, and what was done first. Sometimes I spend a lot of time spamming the "Older" button to see what the first commits were. So if we could add these buttons it would be really really useful:
(or first page/last page, some websites use this term)
It would be very easy to make them, as we could just get the first commit hash, the number of commits and then generate an URL like https://github.com/Androz2091/AtlantaBot/commits/master?after=FIRSTCOMMITHASH+NUMBEROFCOMMITS&branch=master
.