{"id":18447697,"url":"https://github.com/koki-develop/gh-grass","last_synced_at":"2026-03-06T14:01:46.392Z","repository":{"id":153187745,"uuid":"628250479","full_name":"koki-develop/gh-grass","owner":"koki-develop","description":"🍀 Grow github grass to console.","archived":false,"fork":false,"pushed_at":"2023-12-29T04:37:49.000Z","size":845,"stargazers_count":45,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T03:51:09.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koki-develop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-15T11:16:01.000Z","updated_at":"2025-03-07T03:02:20.000Z","dependencies_parsed_at":"2023-10-15T03:22:35.427Z","dependency_job_id":"e93fc8ec-012a-488f-8ff1-553ddeaf94fb","html_url":"https://github.com/koki-develop/gh-grass","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-grass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-grass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-grass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-grass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/gh-grass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755455,"owners_count":20990618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T07:14:10.151Z","updated_at":"2026-03-06T14:01:41.364Z","avatar_url":"https://github.com/koki-develop.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./assets/logo-light.svg#gh-light-mode-only\" /\u003e\n\u003cimg src=\"./assets/logo-dark.svg#gh-dark-mode-only\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/koki-develop/gh-grass/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/koki-develop/gh-grass\" alt=\"GitHub release (latest by date)\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/koki-develop/gh-grass/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/koki-develop/gh-grass/ci.yml?logo=github\" alt=\"GitHub Workflow Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/koki-develop/gh-grass/maintainability\"\u003e\u003cimg src=\"https://img.shields.io/codeclimate/maintainability/koki-develop/gh-grass?style=flat\u0026amp;logo=codeclimate\" alt=\"Maintainability\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/koki-develop/gh-grass\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/koki-develop/gh-grass\" alt=\"Go Report Card\"\u003e\u003c/a\u003e\n\u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/koki-develop/gh-grass\" alt=\"LICENSE\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nGrow github grass to console.\n\u003c/p\u003e\n\n# gh-grass\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [LICENSE](#license)\n\n## Installation\n\n```sh\n$ gh extension install koki-develop/gh-grass\n```\n\n## Usage\n\n```console\n$ gh grass --help\nGrow github grass to console.\n\nUsage:\n  gh grass [flags]\n\nFlags:\n  -u, --user string    github username\n      --from string    only contributions made at this time or later will be counted\n      --to string      only contributions made before and up to (including) this time will be counted\n  -t, --theme string   grass theme (dark|light) (default \"dark\")\n  -g, --grass string   grass string (default \"■\")\n  -a, --animate        animate grass\n      --total          print total contributions\n  -h, --help           help for gh\n```\n\n### Basic\n\n```sh\n$ gh grass\n```\n\n![demo](./assets/demo.gif)\n\n### Specify a User\n\n```sh\n$ gh grass --user \u003cUSERNAME\u003e\n# e.g.\n$ gh grass --user koki-develop\n```\n\n![](./assets/user.gif)\n\n### Specify Time Period\n\n```sh\n$ gh grass --from \"\u003cyyyy-MM-dd\u003e\"\n$ gh grass --to \"\u003cyyyy-MM-dd\u003e\"\n$ gh grass --from \"\u003cyyyy-MM-dd\u003e\" --to \"\u003cyyyy-MM-dd\u003e\"\n```\n\n![](./assets/period.gif)\n\n### Change Theme\n\n```sh\n$ gh grass --theme \u003cdark or light\u003e\n# e.g.\n$ gh grass --theme light\n```\n\n![](./assets/theme.gif)\n\n### Custom Grass\n\n```sh\n$ gh grass --grass \"\u003cGRASS STRING\u003e\"\n# e.g.\n$ gh grass --grass \"●\"\n```\n\n![](./assets/grass.gif)\n\n### Animation\n\n```sh\n$ gh grass --animate\n```\n\n![](./assets/animate.gif)\n\n### Print Total Contributions\n\n```sh\n$ gh grass --total\n```\n\n![](./assets/total.gif)\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgh-grass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fgh-grass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgh-grass/lists"}