{"id":15655302,"url":"https://github.com/mattn/go-libvterm","last_synced_at":"2025-05-04T07:34:06.335Z","repository":{"id":34968958,"uuid":"136420635","full_name":"mattn/go-libvterm","owner":"mattn","description":"Go binding for libvterm","archived":false,"fork":false,"pushed_at":"2022-02-18T00:23:28.000Z","size":98,"stargazers_count":26,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-03T16:11:33.029Z","etag":null,"topics":["go","golang","libvterm"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattn.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-06-07T04:11:24.000Z","updated_at":"2024-08-22T12:05:15.000Z","dependencies_parsed_at":"2022-08-08T03:01:28.754Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-libvterm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-libvterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-libvterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-libvterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-libvterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-libvterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252305169,"owners_count":21726616,"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":["go","golang","libvterm"],"created_at":"2024-10-03T12:57:52.545Z","updated_at":"2025-05-04T07:34:06.270Z","avatar_url":"https://github.com/mattn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-libvterm\n\nGo binding to libvterm\n\n## Usage\n\n```go\nvt := vterm.New(25, 80)\ndefer vt.Close()\n\nvt.SetUTF8(true)\n\nscreen := vt.ObtainScreen()\nscreen.Reset(true)\n\n_, err := vt.Write([]byte(\"\\033[31mHello \\033[32mGolang\\033[0m\"))\nif err != nil {\n\tlog.Fatal(err)\n}\nscreen.Flush()\n\ncell, err := screen.GetCellAt(0, 0)\n```\n\n## Requirements\n\nlibvterm: must be installed with pkg-config\n\n## Installation\n\n```\n$ go get github.com/mattn/go-libvterm\n```\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto (a.k.a. mattn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-libvterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fgo-libvterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-libvterm/lists"}