{"id":32173051,"url":"https://github.com/kpanic/elbat","last_synced_at":"2025-10-21T18:48:41.032Z","repository":{"id":57494124,"uuid":"133080867","full_name":"kpanic/elbat","owner":"kpanic","description":"ascii tables for cli","archived":false,"fork":true,"pushed_at":"2018-09-02T14:25:45.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T19:54:33.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"zweifisch/table","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kpanic.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}},"created_at":"2018-05-11T19:32:37.000Z","updated_at":"2021-10-27T01:55:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kpanic/elbat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kpanic/elbat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpanic%2Felbat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpanic%2Felbat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpanic%2Felbat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpanic%2Felbat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpanic","download_url":"https://codeload.github.com/kpanic/elbat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpanic%2Felbat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280143860,"owners_count":26279881,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-21T18:48:39.978Z","updated_at":"2025-10-21T18:48:41.023Z","avatar_url":"https://github.com/kpanic.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elbat (formerly known as Table)\n\nThis is a fork (*with renaming) of the Table package since upstream seems unmaintaned\nThe main purpose of `Elbat` is to be able to calculate tabular output also when\nhaving html tags.\nIf you don't need this small feature, please use the official `Table` package.\n\n[![hex][hex-image]][hex-url]\n\nascii tables for cli\n\n## Installation\n\nFirst, add `elbat` to your dependencies in `mix.exs`:\n\n    def deps do\n        [{:elbat, \"~\u003e 0.0.1\"}]\n    end\n\nThen, update your dependencies:\n\n    $ mix deps.get\n\n## Usage\n\n    iex\u003e IO.write Elbat.table(%{\"key\"=\u003e \"value\"})\n    +-----|-------+\n    | key | value |\n    +-----|-------+\n\n    iex\u003e IO.write Elbat.table([%{\"style\"=\u003e :ascii},\n                               %{\"style\"=\u003e :unicode}], :unicode)\n    ┌──────────┐\n    │ style    │\n    ├──────────┤\n    │ :ascii   │\n    │ :unicode │\n    └──────────┘\n\n    iex\u003e IO.write Elbat.table(%{\"key\"=\u003e \"multiline\\nvalue\"}, :unicode)\n    ┌─────┬───────────┐\n    │ key ╎ multiline │\n    │     ╎ value     │\n    └─────┴───────────┘\n\n[hex-image]: https://img.shields.io/hexpm/v/elbat.svg?style=flat\n[hex-url]: https://hex.pm/packages/elbat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpanic%2Felbat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpanic%2Felbat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpanic%2Felbat/lists"}