{"id":13587133,"url":"https://github.com/alacritty/vte","last_synced_at":"2025-05-14T05:10:47.861Z","repository":{"id":11135698,"uuid":"68033186","full_name":"alacritty/vte","owner":"alacritty","description":"Parser for virtual terminal emulators","archived":false,"fork":false,"pushed_at":"2025-04-08T19:34:09.000Z","size":228,"stargazers_count":267,"open_issues_count":8,"forks_count":66,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-14T02:11:33.041Z","etag":null,"topics":["parser","rust","terminal","vte"],"latest_commit_sha":null,"homepage":"https://docs.rs/vte/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alacritty.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2016-09-12T17:50:51.000Z","updated_at":"2025-05-10T21:32:12.000Z","dependencies_parsed_at":"2023-11-07T21:01:42.641Z","dependency_job_id":"45559aac-dd84-4e1e-bf4f-d85d9c5703d0","html_url":"https://github.com/alacritty/vte","commit_stats":{"total_commits":118,"total_committers":23,"mean_commits":5.130434782608695,"dds":0.6779661016949152,"last_synced_commit":"ebc4a4d7259678a8626f5c269ea9348dfc3e79b2"},"previous_names":["jwilm/vte"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alacritty%2Fvte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alacritty%2Fvte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alacritty%2Fvte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alacritty%2Fvte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alacritty","download_url":"https://codeload.github.com/alacritty/vte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"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":["parser","rust","terminal","vte"],"created_at":"2024-08-01T15:06:02.394Z","updated_at":"2025-05-14T05:10:47.701Z","avatar_url":"https://github.com/alacritty.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"vte\n===\n\n[![Build Status](https://travis-ci.org/alacritty/vte.svg?branch=master)](https://travis-ci.org/alacritty/vte)\n[![Crates.io Version](https://img.shields.io/crates/v/vte.svg)](https://crates.io/crates/vte/)\n\nParser for implementing virtual terminal emulators in Rust.\n\nThe parser is implemented according to [Paul Williams' ANSI parser state\nmachine]. The state machine doesn't assign meaning to the parsed data and is\nthus not itself sufficient for writing a terminal emulator. Instead, it is\nexpected that an implementation of the `Perform` trait which does something\nuseful with the parsed data. The `Parser` handles the book keeping, and the\n`Perform` gets to simply handle actions.\n\nSee the [docs] for more info.\n\n[Paul Williams' ANSI parser state machine]: https://vt100.net/emu/dec_ansi_parser\n[docs]: https://docs.rs/crate/vte/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falacritty%2Fvte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falacritty%2Fvte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falacritty%2Fvte/lists"}