{"id":30916536,"url":"https://github.com/shelepuginivan/gotk3-vte","last_synced_at":"2026-04-19T17:03:33.313Z","repository":{"id":310349385,"uuid":"1035270271","full_name":"shelepuginivan/gotk3-vte","owner":"shelepuginivan","description":"Go bindings for VTE","archived":false,"fork":false,"pushed_at":"2025-08-17T13:15:49.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T01:58:57.522Z","etag":null,"topics":["bindings","go","golang","gotk3","gtk","gtk3","vte"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/shelepuginivan/gotk3-vte/vte","language":"Go","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/shelepuginivan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-10T03:02:02.000Z","updated_at":"2025-08-18T13:19:30.000Z","dependencies_parsed_at":"2025-08-17T15:12:49.495Z","dependency_job_id":"daa968c3-963a-4eaf-a296-2b12a9b29a17","html_url":"https://github.com/shelepuginivan/gotk3-vte","commit_stats":null,"previous_names":["shelepuginivan/gotk3-vte"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shelepuginivan/gotk3-vte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Fgotk3-vte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Fgotk3-vte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Fgotk3-vte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Fgotk3-vte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shelepuginivan","download_url":"https://codeload.github.com/shelepuginivan/gotk3-vte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Fgotk3-vte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278616370,"owners_count":26016354,"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-06T02:00:05.630Z","response_time":65,"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":["bindings","go","golang","gotk3","gtk","gtk3","vte"],"created_at":"2025-09-10T00:01:42.564Z","updated_at":"2025-10-06T13:19:33.693Z","avatar_url":"https://github.com/shelepuginivan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotk3-vte\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/shelepuginivan/gotk3-vte.svg)](https://pkg.go.dev/github.com/shelepuginivan/gotk3-vte/vte)\n[![Go Report Card](https://goreportcard.com/badge/github.com/shelepuginivan/gotk3-vte)](https://goreportcard.com/report/github.com/shelepuginivan/gotk3-vte)\n[![License: MIT](https://img.shields.io/badge/License-MIT-00cc00.svg)](https://github.com/shelepuginivan/gotk3-vte/blob/main/LICENSE)\n\nPackage `gotk3-vte` provides [gotk3](https://github.com/gotk3/gotk3)-compatible\nbindings for [VTE](https://gitlab.gnome.org/GNOME/vte).\n\nMost of the library API is implemented, except for deprecated features. Some\nparts of the API is modified to be more idiomatic.\n\n## Installation\n\n```sh\ngo get -u github.com/shelepuginivan/gotk3-vte\n```\n\n## Example usage\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/gotk3/gotk3/gtk\"\n\t\"github.com/shelepuginivan/gotk3-vte/vte\"\n)\n\nfunc main() {\n\tgtk.Init(nil)\n\n\twin, err := gtk.WindowNew(gtk.WINDOW_TOPLEVEL)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tterm, err := vte.TerminalNew()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tcmd := vte.CommandNew([]string{\"/usr/bin/bash\"})\n\tterm.Spawn(cmd)\n\tterm.Connect(\"child-exited\", gtk.MainQuit)\n\n\twin.Add(term)\n\twin.ShowAll()\n\twin.Connect(\"destroy\", gtk.MainQuit)\n\n\tgtk.Main()\n}\n```\n\n## Documentation\n\nSee [examples](./examples) and\n[API reference](https://pkg.go.dev/github.com/shelepuginivan/gotk3-vte)\n\n## License\n\n[MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelepuginivan%2Fgotk3-vte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshelepuginivan%2Fgotk3-vte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelepuginivan%2Fgotk3-vte/lists"}