Crates.io | gh-spray |
lib.rs | gh-spray |
version | |
source | src |
created_at | 2024-11-29 02:45:56.572379 |
updated_at | 2024-11-30 04:35:39.175004 |
description | A tool to generate a lot of GitHub activity |
homepage | |
repository | https://github.com/m1ten/gh-spray |
max_upload_size | |
id | 1465172 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A Rust implementation to draw custom patterns on your GitHub contribution graph. Based on github-spray (https://github.com/Annihil/github-spray).
cargo install gh-spray
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
gh-spray --text "rust" --startdate "2024-01-01" --multiplier 2