All Projects → Annihil → Github Spray

Annihil / Github Spray

Licence: mit
Draw on your GitHub contribution graph ░▒▓█

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Github Spray

Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-90.09%)
Mutual labels:  cli-app, cli, npm-package
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (-41.41%)
Mutual labels:  cli-app, cli, graph
Np
A better `npm publish`
Stars: ✭ 6,401 (+604.96%)
Mutual labels:  cli-app, cli, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-85.13%)
Mutual labels:  cli-app, cli, npm-package
F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (-41.08%)
Mutual labels:  cli-app, cli
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (-42.95%)
Mutual labels:  cli-app, cli
What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (-41.3%)
Mutual labels:  cli-app, cli
Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (+468.83%)
Mutual labels:  cli-app, cli
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (-50.44%)
Mutual labels:  cli-app, cli
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (-40.53%)
Mutual labels:  cli-app, cli
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (-30.18%)
Mutual labels:  cli-app, cli
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (-45.81%)
Mutual labels:  cli, graph
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (-47.36%)
Mutual labels:  cli-app, cli
Pixeler
CLI image renderer
Stars: ✭ 465 (-48.79%)
Mutual labels:  cli, pixel-art
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (-18.28%)
Mutual labels:  graph, calendar
Sade
Smooth (CLI) Operator 🎶
Stars: ✭ 746 (-17.84%)
Mutual labels:  cli-app, cli
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (-39.98%)
Mutual labels:  cli-app, npm-package
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+695.04%)
Mutual labels:  cli-app, cli
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (-51.98%)
Mutual labels:  cli-app, npm-package
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+2591.3%)
Mutual labels:  cli-app, cli

GitHub Spray

npm license

GitHub Spray logo

A CLI to generate sprays for your GitHub contribution history graph

Installation

npm i -g github-spray

Requirements

  • Git
  • Recent NodeJS

Usage

  1. Create a new GitHub repository and copy its url
github-spray -t <text> --multiplier <factor> --push --origin <github_repository_url>

(example)

github-spray -t hello --multiplier 10 --push --origin https://github.com/John/hello.git

Depending on your number of contributions on the given period that you want to spray, you will need to multiply the number of commit per day by a specific factor (--multiplier) so that the spray become more relevant on your calendar heatmap.

github-spray --help

Fonts

github-spray -t <text> --font <font_name>

(example)

github-spray -t Wald0 --font portable_vengeance

github-spray -t Mario? --font mario

led7





Fonts available are in the fonts folder

Invert colors

github-spray -t hello -i

Flip vertical

github-spray -t hello --flipvertical

Flip horizontal

github-spray -t hello --fliphorizontal

Custom pattern

To use a custom pattern, create a JSON file like follow.
The numbers (1 to 4) will determine the number of commit per day, and thus the green's darkness.

[
    "  333  ",
    " 3   3 ",
    "3 2 2 3",
    "3     3",
    "3 222 3",
    " 3   3 ",
    "  333  "
]

github-spray -f <path/to/pattern.json> ...

github-spray -f patterns/space-invaders.json ...

You can use GitHub Spray Generator to graphically draw patterns

Custom start date

github-spray --startdate YYYY-MM-DD ...

The date will be rounded to the nearest sunday.
By default the start date is the nearest sunday of the current date - 53 weeks.

Multiplier: scale colors

github-spray -m <factor> ...

Multiply the number of commit per day by the given factor to make the spray darker or brighter on your calendar heatmap.

Known issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].