{"id":45994971,"url":"https://github.com/maxludden/rich-gradient-cli","last_synced_at":"2026-02-28T21:01:13.678Z","repository":{"id":337550832,"uuid":"1154133357","full_name":"maxludden/rich-gradient-cli","owner":"maxludden","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-10T06:46:17.000Z","size":721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-10T09:41:29.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxludden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T03:38:21.000Z","updated_at":"2026-02-10T06:46:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxludden/rich-gradient-cli","commit_stats":null,"previous_names":["maxludden/rich-gradient-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maxludden/rich-gradient-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxludden%2Frich-gradient-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxludden%2Frich-gradient-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxludden%2Frich-gradient-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxludden%2Frich-gradient-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxludden","download_url":"https://codeload.github.com/maxludden/rich-gradient-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxludden%2Frich-gradient-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29951672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-28T21:00:48.630Z","updated_at":"2026-02-28T21:01:13.569Z","avatar_url":"https://github.com/maxludden.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rich-gradient-cli\n\n `rich-gradient-cli`  is a CLI for [`rich-gradient`](https://github.com/maxludden/rich-gradient). The tool allows you to create colorful gradients in your terminal output, making it easier to visualize data or simply add some flair to your command-line applications.\n\n## Installation\n\nYou can install rich-gradient-cli from PyPI\n\n### uv (recommended)\n\n```shell\nuv add rich-gradient-cli\n```\n\n### pip\n\n```shell\npip install rich-gradient-cli\n```\n\n## Usage\n\n\u003cvideo\n  src=\"docs/assets/rich-gradient-cli-help.mp4\"\n  controls\n  muted\n  loop\u003e\n\u003c/video\u003e\n\n### Print\n\nTo use the `rich-gradient-cli`, you can run the following command in your terminal:\n\n```bash\ngradient print --colors 'red,#ff9900,#ffff00' \"This is gradient text that starts red, transitions through orange, and ends in yellow\\!\"\n```\n\n![Gradient Text Example](print-example.svg)\n\n\n### Rule\n\nYou can also create gradient rules using the `rule` command:\n\n```bash\ngradient rule --colors 'blue,#00ff00,cyan' \"Blue to Green to Cyan Rule\"\n```\n\n![Gradient Rule Example](rule-example.svg)\n\n### Panel\n\nTo create a gradient panel, you can use the `panel` command:\n\n```bash\ngradient panel --colors \"red,#ff9999\" -t \"Error\" --title-style \"bold #ffffff\" --title-align left 'This is an error message with a red to pink gradient background.'\n```\n\n![Gradient Panel Example](panel-example.svg)\n\n### Markdown\n\nYou can also render Markdown with gradients:\n\n```bash\necho \"# Hello\\n\\n- This is **bold**.\\n- This is *italic*.\" | gradient markdown -\n```\n\n![Gradient Markdown Example](markdown-example.svg)\n\n## Docs\n\nBuild and preview the documentation locally with MkDocs:\n\n```bash\nuv pip install -e \".[docs]\"\nmkdocs serve\n```\n\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/maxludden/maxludden\" style=\"text-decoration:none; color:inherit;\"\u003e\n      \u003cp\u003eDesigned by Max Ludden\u003c/p\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/maxludden/maxludden\" style=\"text-decoration:none; color:inherit;\"\u003e\n    \u003cimg\n      src=\"docs/assets/MaxLogo-animated.svg\"\n      alt=\"Max Ludden's Logo\"\n      width=\"20%\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxludden%2Frich-gradient-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxludden%2Frich-gradient-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxludden%2Frich-gradient-cli/lists"}