Github Repo Size

Adds the repo size next to the repo name on github search and repo pages

Από την 12/01/2023. Δείτε την τελευταία έκδοση.

Δημιουργός
mshll
Βαθμολογίες
0 0 0
Έκδοση
0.1.1
Δημιουργήθηκε την
11/01/2023
Ενημερώθηκε την
12/01/2023
Μέγεθος
5 KB
Άδεια
MIT
Εφαρμόζεται σε

Github Repo Size

A userscript that adds the size of Github repositories to the search results and repository pages.

View Private Repositories Size

By default, this script will only display the sizes of public repositories. To display the sizes of private repositories, you will need to generate a new personal access token with the repo scope. This token will be used to authenticate with the Github API.

  1. Generate a new personal access token from Github settings/tokens and click on the Generate new token button.
  2. Give the token a name and check the repo scope.
  3. Click on the Generate token button and copy the token.
  4. Replace the value of the TOKEN constant in the script with your token.

Full README here