5 releases (3 breaking)
0.4.0 | Feb 26, 2025 |
---|---|
0.3.0 | Nov 30, 2024 |
0.2.0 | Nov 29, 2024 |
0.1.4 | Nov 29, 2024 |
#403 in Development tools
158 downloads per month
21KB
502 lines
GH-Spray
A Rust implementation to draw custom patterns on your GitHub contribution graph. Based on github-spray (https://github.com/Annihil/github-spray).
Features
- Draw custom text on your GitHub contribution graph
- Customize start date
- Adjust contribution intensity with multiplier
- Terminal visualization while creating commits
- Simple CLI interface
Installation
cargo install gh-spray
Usage
gh-spray -t "rust" [options]
Options:
-t, --text <TEXT> Text to draw on the contribution graph
-s, --startdate <DATE> Start date (YYYY-MM-DD or RFC3339 format)
-m, --multiplier <NUMBER> Contribution intensity multiplier [default: 1]
-f, --font <FONT> Font to use [default: default]
-h, --help Print help
-V, --version Print version
Examples
gh-spray --text "rust" --startdate "2024-01-01" --multiplier 2
License
Dependencies
~15–25MB
~444K SLoC