{"id":31796865,"url":"https://github.com/kevinstuffandthings/termichunk","last_synced_at":"2026-03-03T06:36:52.050Z","repository":{"id":59157518,"uuid":"287748208","full_name":"kevinstuffandthings/termichunk","owner":"kevinstuffandthings","description":"Organize chunks of text within terminals","archived":false,"fork":false,"pushed_at":"2023-03-27T16:44:26.000Z","size":15,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T12:58:15.011Z","etag":null,"topics":["ruby","rubygems","terminal"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/kevinstuffandthings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-15T13:06:12.000Z","updated_at":"2023-03-27T16:35:42.000Z","dependencies_parsed_at":"2022-09-13T18:13:26.375Z","dependency_job_id":null,"html_url":"https://github.com/kevinstuffandthings/termichunk","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kevinstuffandthings/termichunk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinstuffandthings%2Ftermichunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinstuffandthings%2Ftermichunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinstuffandthings%2Ftermichunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinstuffandthings%2Ftermichunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinstuffandthings","download_url":"https://codeload.github.com/kevinstuffandthings/termichunk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinstuffandthings%2Ftermichunk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30034133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:09:21.518Z","status":"ssl_error","status_checked_at":"2026-03-03T06:08:47.858Z","response_time":61,"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":["ruby","rubygems","terminal"],"created_at":"2025-10-10T20:52:58.001Z","updated_at":"2026-03-03T06:36:52.033Z","avatar_url":"https://github.com/kevinstuffandthings.png","language":"Ruby","readme":"# TermiChunk ![Build Status](https://github.com/kevinstuffandthings/termichunk/actions/workflows/ruby.yml/badge.svg) [![Gem Version](https://badge.fury.io/rb/termichunk.svg)](https://badge.fury.io/rb/termichunk)\n\nTake large chunks of text that might otherwise run together, and organize them neatly within your terminal output.\n\nOriginally developed for [Simulmedia](https://simulmedia.com).\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\n# update with the version of your choice\ngem 'termichunk'\n```\n\nAnd then execute:\n\n```bash\n$ bundle install\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install termichunk\n```\n\n## Usage\nCreate reports. Nest them within each other. Bring sanity to your outputs.\n\n```ruby\nreport = TermiChunk::Report.new(title: 'My Report')\nreport \u003c\u003c 'Line one goes in here'\nreport \u003c\u003c 'Another line here!'\nputs report\n\n┌─[ My Report ]──────────\n│ Line one goes in here\n│ Another line here!\n└─[ My Report ]──────────\n\nputs(TermiChunk::Report.new(title: 'AMAZING', padding: 1) do |parent|\n  parent \u003c\u003c 'I can write some stuff here'\n  parent \u003c\u003c report\nend)\n\n┌─[ AMAZING ]────────────────────\n│\n│  I can write some stuff here\n│\n│  ┌─[ My Report ]──────────\n│  │ Line one goes in here\n│  │ Another line here!\n│  └─[ My Report ]──────────\n│\n│\n└─[ AMAZING ]────────────────────\n```\n\n# Problems?\nPlease submit an [issue](https://github.com/kevinstuffandthings/termichunk/issues).\nWe'll figure out how to get you up and running with TermiChunk as smoothly as possible.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinstuffandthings%2Ftermichunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinstuffandthings%2Ftermichunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinstuffandthings%2Ftermichunk/lists"}