{"id":75802,"library":"derailed-tview","title":"tview","description":"Rich terminal user interface widgets for Go, based on tcell, providing primitives like boxes, lists, forms, and tables.","status":"active","version":"0.8.5","language":"go","source_language":null,"source_url":"https://github.com/derailed/tview","tags":["tui","terminal","widgets","ui","tcell"],"install":[{"cmd":"go get github.com/derailed/tview","lang":"bash","label":"Install github.com/derailed/tview"}],"dependencies":[],"imports":[{"symbol":"tview","correct":"github.com/derailed/tview"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/derailed/tview\"\n)\n\nfunc main() {\n\tapp := tview.NewApplication()\n\tbox := tview.NewBox().SetBorder(true).SetTitle(\"Hello, world!\")\n\tif err := app.SetRoot(box, true).Run(); err != nil {\n\t\tpanic(err)\n\t}\n}","lang":"go","description":"Creates a simple terminal application with a bordered box titled 'Hello, world!'."},"warnings":[{"fix":"Check the documentation for any breaking changes if migrating from rivo/tview.","message":"This is a fork of rivo/tview with potential API differences.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'base':9 'box':15 'form':17 'go':8 'interfac':5 'like':14 'list':16 'primit':13 'provid':12 'rich':2 'tabl':19 'tcell':11,24 'termin':3,21 'tui':20 'tview':1 'ui':23 'user':4 'widget':6,22","created_at":"2026-06-17T19:21:16.905524+00:00","updated_at":"2026-06-17T19:21:16.905524+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/derailed/tview","github":"https://github.com/derailed/tview","docs":"https://pkg.go.dev/github.com/derailed/tview#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-17","next_check":"2026-12-14","install_tag":null}}