{"id":21832665,"url":"https://github.com/tool3/chartscii-cli","last_synced_at":"2025-04-14T07:37:26.516Z","repository":{"id":43869856,"uuid":"244382562","full_name":"tool3/chartscii-cli","owner":"tool3","description":"📊 create bar charts in your terminal","archived":false,"fork":false,"pushed_at":"2024-05-18T11:28:42.000Z","size":388,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T06:15:17.989Z","etag":null,"topics":["ascii-chart","cli","javascript","npm-package"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tool3.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":"2020-03-02T13:50:13.000Z","updated_at":"2024-10-29T20:04:08.000Z","dependencies_parsed_at":"2024-05-18T12:21:14.968Z","dependency_job_id":"89df8625-cd82-4dcc-a627-c027ced10b56","html_url":"https://github.com/tool3/chartscii-cli","commit_stats":{"total_commits":73,"total_committers":4,"mean_commits":18.25,"dds":0.410958904109589,"last_synced_commit":"74c35c733f55a2a15f1c9c8cf5f0d3d2f114d513"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":"tool3/clider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tool3%2Fchartscii-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tool3%2Fchartscii-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tool3%2Fchartscii-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tool3%2Fchartscii-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tool3","download_url":"https://codeload.github.com/tool3/chartscii-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248840493,"owners_count":21169997,"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":["ascii-chart","cli","javascript","npm-package"],"created_at":"2024-11-27T19:24:46.651Z","updated_at":"2025-04-14T07:37:26.488Z","avatar_url":"https://github.com/tool3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chartscii cli\na companion cli for `chartscii`   \n\n# install\n```bash\nnpm i chartscii-cli -g\n```\n\n# npx\n```bash\nnpx chartscii-cli create 1 2 3 4 5 6 7 8 9 10\n```\n\n```text \n1  ╢█████\n2  ╢██████████\n3  ╢███████████████\n4  ╢████████████████████\n5  ╢█████████████████████████\n6  ╢██████████████████████████████\n7  ╢███████████████████████████████████\n8  ╢████████████████████████████████████████\n9  ╢█████████████████████████████████████████████\n10 ╢██████████████████████████████████████████████████\n   ╚══════════════════════════════════════════════════\n```\n\n```bash\nnpx chartscii-cli create 1 2 3 4 5 6 7 8 9 10 -e vertical\n```\n\n```text \n║                                             █    \n║                                             █    \n║                                        █    █    \n║                                        █    █    \n║                                   █    █    █    \n║                                   █    █    █    \n║                              █    █    █    █    \n║                              █    █    █    █    \n║                         █    █    █    █    █    \n║                         █    █    █    █    █    \n║                    █    █    █    █    █    █    \n║                    █    █    █    █    █    █    \n║               █    █    █    █    █    █    █    \n║               █    █    █    █    █    █    █    \n║          █    █    █    █    █    █    █    █    \n║          █    █    █    █    █    █    █    █    \n║     █    █    █    █    █    █    █    █    █    \n║     █    █    █    █    █    █    █    █    █    \n║█    █    █    █    █    █    █    █    █    █    \n║█    █    █    █    █    █    █    █    █    █    \n╚══════════════════════════════════════════════\n 1    2    3    4    5    6    7    8    9    10\n```\n\n```bash\nnpx chartscii-cli create $(jot -r 10 1000 2000) -w 300 -g '░'\n```\n```text\n1303 ╢█████████████████████████░░░░░░░░░░░░░\n1751 ╢█████████████████████████████████░░░░░\n1404 ╢██████████████████████████░░░░░░░░░░░░\n1896 ╢████████████████████████████████████░░\n1452 ╢███████████████████████████░░░░░░░░░░░\n1658 ╢███████████████████████████████░░░░░░░\n1988 ╢█████████████████████████████████████░\n1993 ╢██████████████████████████████████████\n1118 ╢█████████████████████░░░░░░░░░░░░░░░░░\n1344 ╢█████████████████████████░░░░░░░░░░░░░\n     ╚══════════════════════════════════════\n```\n\n\n# usage\nsee available chart options in [`chartscii`](https://github.com/tool3/chartscii#chart-options)\n\n# example\n```bash\nchartscii create -f example.json -t 'Weekly coding stats' -o -n -g \"░\" -k pastel\n```\n\n```text\nWeekly coding stats                   \n       Bash (3.3%)  ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n       JSON (0.8%)  █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n       YAML (4.7%)  ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n       HTML (5.3%)  ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n TypeScript (5.7%)  ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n  Markdown (11.8%)  ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\nJavaScript (68.3%)  ████████████████████████████████████████████\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftool3%2Fchartscii-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftool3%2Fchartscii-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftool3%2Fchartscii-cli/lists"}