Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

XGitDraw

This script was created specifically to facilitate drawing on your GitHub contributions calendar using the xgit command-line tool. By selecting dates on the calendar and generating a command that reproduces the same contribution pattern, this script makes it easier for users to create custom contribution calendars that reflect their personal or organizational goals.


Installation

To use this script, you must:

  1. Copy the script code from this repository or from the raw here.
  2. Navigate to your GitHub profile page.
  3. Open your browser console (typically by pressing Ctrl+Shift+i or Cmd+Option+i and go to the Console tab).
  4. Paste the script code into the console and press Enter to run the script. You will need to run the script every time you want to use it.
  5. Install the xgit command-line tool on your Linux system by following the instructions on the xgit directory.

Usage

  1. Click on the dates you want to include in your contribution calendar. Each click will increase the contribution count for that date by one.
  2. Right-click on a date to decrease its contribution count by one.
  3. Click the "copy command" button to copy the command to your clipboard.


  4. Make sure that you have installed the xgit command-line tool on your Linux system.
  5. Open your terminal, navigate to the specified repository where you want to generate the contribution calendar.
  6. Paste the copied command in your terminal and run it to generate a new contribution calendar with the selected dates. it will look something like this:
xgit -l "01/01/2023,01/20/2023,01/30/2023 ..."

We hope you find this repository helpful and that it enhances your GitHub profile. If you have any questions, suggestions, or feedback, please don't hesitate to reach out to us or create an issue on this repository.


XScripts XScripts