From 6578188c3efbcfe89f2727b15617c9c5e0431d97 Mon Sep 17 00:00:00 2001 From: arzzen Date: Mon, 23 Nov 2020 15:41:26 +0100 Subject: [PATCH] update donate --- assets/style.css | 13 +- index.html | 638 +++++++++++++++++++++++++---------------------- 2 files changed, 348 insertions(+), 303 deletions(-) diff --git a/assets/style.css b/assets/style.css index 0520cb5..2829542 100644 --- a/assets/style.css +++ b/assets/style.css @@ -91,7 +91,7 @@ section { margin-bottom: 100px; } code { - color: #c63370; + color: #c63370; } a { color: #c68933; @@ -109,7 +109,7 @@ img { } .logo { - padding-top: 3px; + padding-top: 3px; } @media screen and (max-width: 490px) { @@ -128,3 +128,12 @@ img { margin: 30px; } } + +.btn { + background-color: #0069d9; + color: white; + padding: 5px; + border-radius: 5px; + padding-left: 10px; + padding-right: 10px; +} diff --git a/index.html b/index.html index 86a7f20..61f07cd 100644 --- a/index.html +++ b/index.html @@ -1,340 +1,376 @@ - - - - Git quick statistics is a simple and efficient way to access various statistics in git repository. - - - - - - - - - + + + + Git quick statistics is a simple and efficient way to access various statistics in git repository. + + + + + + + + + + + + + +
+
+
+ -
-
-

- Simple way to access various
statistics in git repository.
-

-
-
-

- Installation - Windows - Linux - macOS - Docker -

- -

- or you can install directly: -
- +

+
+ +
+

+ Simple way to access various
statistics in git repository.
+

+
+
+

+ Installation + Windows + Linux + macOS + Docker +

+ +

+ or you can install directly: +
+ bash <(curl -s https://git-quick-stats.sh/install) -

-
+

+
-
- image -
- +
+ image +
+ -
-

- Features -

-
-
-

Multiplatform

- Works on Windows, Linux and macOS (or you can use the Docker image). -
-
-

Contribution stats

- List of everyone who contributed to the repository. -
-
-

Code reviewers

- Find the best people to contact to review code. -
+
+

+ Features +

+
+
+

Multiplatform

+ Works on Windows, Linux and macOS (or you can use the Docker image).
-
-
-

Git changelogs

- Easy to fetch git changelogs. -
-
-

Dependency

- You can run on every OS with a Bash shell. -
-
-

Open source

- Git-quick-stats is free, open source software licensed under MIT. -
+
+

Contribution stats

+ List of everyone who contributed to the repository.
-
- -
-

- More screenshots -

-
-
- image -
-
- image -
+
+

Code reviewers

+ Find the best people to contact to review code.
-
+
+
+
+

Git changelogs

+ Easy to fetch git changelogs. +
+
+

Dependency

+ You can run on every OS with a Bash shell. +
+
+

Open source

+ Git-quick-stats is free, open source software licensed under MIT. +
+
+
-
-

Getting started

-
    -
  • - Installation - -
    -
  • -
  • Interactive usage -
      -
    • - git-quick-stats has a built-in interactive menu that can be executed as such: -
      - git-quick-stats -
      - Or -
      - git quick-stats -
    • -
    -

  • -
  • Non-interactive usage -
      -
    • - For those who prefer to utilize command-line options, git-quick-stats also has a non-interactive mode supporting both short and long options: -
      - git-quick-stats [optional-command-to-execute-directly] -
      - Or -
      - git quick-stats [optional-command-to-execute-directly] -
    • -
    • - Command-line arguments: -
      - -r, --suggest-reviewers - show the best people to contact to review code
      - -T, --detailed-git-stats - - give a detailed list of git stats
      - -R, --git-stats-by-branch - see detailed list of git stats by branch
      - -d, --commits-per-day - displays a list of commits per day
      - -m, --commits-by-month - displays a list of commits per month
      - -w, --commits-by-weekday - displays a list of commits per weekday
      - -o, --commits-by-hour - displays a list of commits per hour
      - -A, --commits-by-author-by-hour - displays a list of commits per hour by author
      - -a, --commits-per-author - displays a list of commits per author
      - -S, --my-daily-stats - see your current daily stats
      - -C, --contributors - see a list of everyone who contributed to the repo
      - -b, --branch-tree - show an ASCII graph of the git repo branch history
      - -D, --branches-by-date - show branches by date
      - -c, --changelogs - see changelogs
      - -L, --changelogs-by-author - see changelogs by author
      - -j, --json-output - save git log as a JSON formatted file to a specified area
      - -h, -?, --help - display this help text in the terminal
      -
    • -
    -
  • -
-
+
+

+ More screenshots +

+
+
+ image +
+
+ image +
+
+
-
-

- Documentation -

-
+
+

Getting started

+
    +
  • + Installation
      -
    • Git log since and until -

      - You can set the variables _GIT_SINCE and/or _GIT_UNTIL before running git-quick-stats to limit the git log.
      - These work similar to git's built-in --since and --until log options. -

      - +
    • + Windows +
    • +
    • + Linux +
    • +
    • + macOS +
    • +
    • + Docker +
    • +
    +
    +
  • +
  • Interactive usage +
      +
    • + git-quick-stats has a built-in interactive menu that can be executed as such: +
      + git-quick-stats +
      + Or +
      + git quick-stats +
    • +
    +

  • +
  • Non-interactive usage +
      +
    • + For those who prefer to utilize command-line options, git-quick-stats also has a + non-interactive mode supporting both short and long options: +
      + git-quick-stats [optional-command-to-execute-directly] +
      + Or +
      + git quick-stats [optional-command-to-execute-directly] +
    • +
    • + Command-line arguments: +
      + -r, --suggest-reviewers + show the best people to contact to review code
      + -T, --detailed-git-stats + - give a detailed list of git stats
      + -R, --git-stats-by-branch + see detailed list of git stats by branch
      + -d, --commits-per-day + displays a list of commits per day
      + -m, --commits-by-month + displays a list of commits per month
      + -w, --commits-by-weekday + displays a list of commits per weekday
      + -o, --commits-by-hour + displays a list of commits per hour
      + -A, --commits-by-author-by-hour + displays a list of commits per hour by author
      + -a, --commits-per-author + displays a list of commits per author
      + -S, --my-daily-stats + see your current daily stats
      + -C, --contributors + see a list of everyone who contributed to the repo
      + -b, --branch-tree + show an ASCII graph of the git repo branch history
      + -D, --branches-by-date + show branches by date
      + -c, --changelogs + see changelogs
      + -L, --changelogs-by-author + see changelogs by author
      + -j, --json-output + save git log as a JSON formatted file to a specified area
      + -h, -?, --help + display this help text in the terminal
      +
    • +
    +
  • +
+
+ +
+

+ Documentation +

+
+
    +
  • Git log since and until +

    + You can set the variables _GIT_SINCE and/or _GIT_UNTIL before running git-quick-stats to + limit the git log.
    + These work similar to git's built-in --since and --until log options. +

    + export _GIT_SINCE="2017-01-20"
    export _GIT_UNTIL="2017-01-22"
    -

    - Once set, run git quick-stats as normal. Note that this affects all stats that parse the git log history until unset. -

    -
  • -
  • Git log limit -

    - You can set variable _GIT_LIMIT for limited output. It will affect the "changelogs" and "branch tree" options. -

    -

    - +

    + Once set, run git quick-stats as normal. Note that this affects all stats that parse the git + log history until unset. +

    +
  • +
  • Git log limit +

    + You can set variable _GIT_LIMIT for limited output. It will affect the "changelogs" and + "branch tree" options. +

    +

    + export _GIT_LIMIT=20 -

    -
  • -
  • Git pathspec -

    - You can exclude a directory from the stats by using pathspec -

    - +

    +
  • +
  • Git pathspec +

    + You can exclude a directory from the stats by using pathspec +

    + export _GIT_PATHSPEC=':!directory' -

    - You can also exclude files from the stats. Note that it works with any alphanumeric, glob, or regex that git respects. -

    -

    - +

    + You can also exclude files from the stats. Note that it works with any alphanumeric, glob, + or regex that git respects. +

    +

    + export _GIT_PATHSPEC=':!package-lock.json' -

    -
  • -
  • - Git merge view strategy -

    - You can set the variable _GIT_MERGE_VIEW to enable merge commits to be part of the stats by setting _GIT_MERGE_VIEW to enable. You can also choose to only show merge commits by setting _GIT_MERGE_VIEW to exclusive. Default is to not show merge commits. These work similar to git's built-in --merges and --no-merges log options. -

    -

    - +

    +
  • +
  • + Git merge view strategy +

    + You can set the variable _GIT_MERGE_VIEW to enable merge commits to be part of the stats by + setting _GIT_MERGE_VIEW to enable. You can also choose to only show merge commits by setting + _GIT_MERGE_VIEW to exclusive. Default is to not show merge commits. These work similar to + git's built-in --merges and --no-merges log options. +

    +

    + export _GIT_MERGE_VIEW="enable"
    export _GIT_MERGE_VIEW="exclusive"
    -

    -
  • -
  • Color themes -

    - You can change to the legacy color scheme by toggling the variable _MENU_THEME between default and legacy -

    -

    - +

    +
  • +
  • Color themes +

    + You can change to the legacy color scheme by toggling the variable _MENU_THEME between + default and legacy +

    +

    + export _MENU_THEME=legacy -

    -
  • -
+

+ + +
+
+ + +
+

+ Want to show your support?
+ Donate via Bitcoin or buy me coffee
+

+
+
+ If you or your company use this project or like what We're doing,
+ please consider backing us so We can continue maintaining and evolving this project and new ones. +

-
- - -
-

- Thank you for your support! 🙌 -

-
- If you or your company use this project or like what We're doing,
- please consider backing us so We can continue maintaining and evolving this project and new ones. -

+

Why donate?

+

Many people love this service and have asked to donate. If you want to + kick in to help me + cover those costs, that would be awesome!

+
+
+
+ + +
+
+

Choose what you'd like to donate from the items below then click the button: +

+ +
+

If you'd prefer Bitcoin

+
bicoin address: bc1q0x8scvyhkl67rwaqwara6025vmmzqsf8tuyc9g +
+ bc1q0x8scvyhkl67rwaqwara6025vmmzqsf8tuyc9g
-
-

Sponsor us

- -
+
+ +
+
+

2€ — A large cappuccino 😍 at my local

+

+ I'm in this for the long run. Things just work better with + coffee! I like to grab a cappuccino from my local before + beginning the things that take mental energy. +

+
+
+
+
+

Bill for .sh domain ⚡️

+

+ The price for the .sh domain is close to € 60 per year, so + support me with a monthly donation and help me continue my + activities. +

Donate 10€ / + month +
+
+
+

Github sponsor

+

+ The easiest way to support us financially is by buying or + subscribing to one of our tiers.
If you'd like to make a + donation to keep us going, support us via Github Sponsors. +

-
-

Contributors

-
- This project exists thanks to all the people who contribute. - -
-
+

Thank you for your support! 🙌

-
-

Backers

-
- Thank you to all our backers! 🙏

- -
- - -

Sponsors

-
- Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

- - - - - - - - - - -
-
-
-
- © 2017-2020. All rights reserved -
-
- - + +
+ + + + + + \ No newline at end of file