{"id":37108260,"url":"https://github.com/bitcolibri/candleprintgo","last_synced_at":"2026-01-14T12:59:41.081Z","repository":{"id":176687053,"uuid":"643308032","full_name":"BitColibri/CandlePrintGo","owner":"BitColibri","description":"Terminal candle chart in Go","archived":false,"fork":false,"pushed_at":"2024-08-24T08:37:20.000Z","size":99,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T00:31:00.692Z","etag":null,"topics":["candlestick-chart","go","golang","terminal","tui"],"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/BitColibri.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-20T18:43:44.000Z","updated_at":"2025-01-22T07:18:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6e6e965-fcd4-4b4d-8c19-99c01f7a2a70","html_url":"https://github.com/BitColibri/CandlePrintGo","commit_stats":null,"previous_names":["bitcolibri/candleprintgo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BitColibri/CandlePrintGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FCandlePrintGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FCandlePrintGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FCandlePrintGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FCandlePrintGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitColibri","download_url":"https://codeload.github.com/BitColibri/CandlePrintGo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FCandlePrintGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["candlestick-chart","go","golang","terminal","tui"],"created_at":"2026-01-14T12:59:40.406Z","updated_at":"2026-01-14T12:59:41.076Z","avatar_url":"https://github.com/BitColibri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/candleChartGo.png\" /\u003e\n    \u003cimg src=\"docs/Screenshot.png\" /\u003e\n\u003c/div\u003e\n\n# CandlePrintGo\n\nCandlePrintGo is a small package that lets you print candle charts in the terminal.\n\n## Features\n * Color profile selection\n * Simple use library\n\n## Usage\n\nCreate a `CandleChart` passing an array of `Candle` and `height`.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\n\t\"github.com/bitcolibri/candlePrintGo\"\n\t\"github.com/muesli/termenv\"\n)\n\nfunc main() {\n\tprofile := candlePrintGo.NewColorProfile(termenv.ColorProfile(), \"#A8CC8C\", \"#E88388\")\n\t\n\tdata := []candlePrintGo.Candle{\n\t\tcandlePrintGo.NewCandleBar(255.49, 261.50, 253.42, 260.64),\n\t\tcandlePrintGo.NewCandleBar(257.89, 261.32, 253.50, 259.61),\n\t\tcandlePrintGo.NewCandleBar(258.14, 264.57, 257.13, 262.51),\n\t\tcandlePrintGo.NewCandleBar(262.26, 267.10, 261.42, 265.89),\n\t}\n\tchart := candlePrintGo.NewCandleChart(data, 50, candlePrintGo.WithColorProfile(profile))\n\tfmt.Println(chart.Render())\n}\n```\n\nCheck the [example](examples/static/main.go)\n\n## To Do\n* Dynamic chart example\n* Develop BubbleTea component\n\n## Thanks\nImage was created with [gopher-stickers](https://github.com/tenntenn/gopher-stickers).\n\nThis repo was inspired by [termgraph](https://github.com/sgeisler/termgraph).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcolibri%2Fcandleprintgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcolibri%2Fcandleprintgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcolibri%2Fcandleprintgo/lists"}