Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovsu/refined-github-commit-rewind
UserScript that make you study source code easily.
https://github.com/kovsu/refined-github-commit-rewind
Last synced: 25 days ago
JSON representation
UserScript that make you study source code easily.
- Host: GitHub
- URL: https://github.com/kovsu/refined-github-commit-rewind
- Owner: kovsu
- Created: 2023-09-12T02:05:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T08:02:17.000Z (about 1 year ago)
- Last Synced: 2024-04-17T06:55:28.552Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refined Github Commit Rewind
A tampermonkey extension designed for use with GitHub,allows users to automatically navigate to the last page of commit history when viewing a repository's commits. It also provides a reverse button to display commit history in reverse chronological order, from old to new.
[简体中文](./README_CN.md)
[Install on Greasyfork](https://greasyfork.org/en/scripts/475020-refined-github-commit-rewind)
## Introduction
GitHub typically displays a repository's commit history in chronological order, starting with the most recent commits. However, there are instances when users may need to review the initial commits of a project to gain a better understanding of its evolutionary process. This is where the project comes into play.
## Features
- Automatically navigate to the last page of commit history.
- Display commit timestamps from top to bottom, in descending order from old to new.
- Add `target="_blank"` to commit records.