{"id":53509,"library":"cheynewallace-tabby","title":"Tabby","description":"Package tabby provides a simple library for formatting tabular output in the terminal.","status":"active","version":"1.1.1","language":"go","source_language":null,"source_url":"https://github.com/cheynewallace/tabby","tags":["table","formatting","terminal"],"install":[{"cmd":"go get github.com/cheynewallace/tabby","lang":"bash","label":"Install github.com/cheynewallace/tabby"}],"dependencies":[],"imports":[{"symbol":"tabby","correct":"github.com/cheynewallace/tabby"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/cheynewallace/tabby\"\n)\n\nfunc main() {\n\tt := tabby.New()\n\tt.AddHeader(\"Name\", \"Age\")\n\tt.AddLine(\"Alice\", 30)\n\tt.AddLine(\"Bob\", 25)\n\tfmt.Println(t.Render())\n}","lang":"go","description":"Print a formatted table"},"warnings":[],"env_vars":null,"search_vec":"'format':9,16 'librari':7 'output':11 'packag':2 'provid':4 'simpl':6 'tabbi':1,3 'tabl':15 'tabular':10 'termin':14,17","created_at":"2026-06-15T07:42:10.708822+00:00","updated_at":"2026-06-15T07:42:10.708822+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/cheynewallace/tabby","github":"https://github.com/cheynewallace/tabby","docs":"https://pkg.go.dev/github.com/cheynewallace/tabby#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}