{"id":13587036,"url":"https://github.com/asciinema/avt","last_synced_at":"2025-04-04T06:07:18.389Z","repository":{"id":45647546,"uuid":"197616281","full_name":"asciinema/avt","owner":"asciinema","description":"asciinema virtual terminal","archived":false,"fork":false,"pushed_at":"2024-05-11T14:23:39.000Z","size":1294,"stargazers_count":126,"open_issues_count":2,"forks_count":12,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-12T13:25:05.089Z","etag":null,"topics":["asciinema","rust","terminal"],"latest_commit_sha":null,"homepage":"","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/asciinema.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},"funding":{"github":"ku1ik"}},"created_at":"2019-07-18T15:49:10.000Z","updated_at":"2024-06-14T19:52:12.400Z","dependencies_parsed_at":"2024-02-13T12:51:27.390Z","dependency_job_id":"e32d8531-0cf0-4c36-af78-4e6fffd0b388","html_url":"https://github.com/asciinema/avt","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciinema%2Favt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciinema%2Favt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciinema%2Favt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciinema%2Favt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asciinema","download_url":"https://codeload.github.com/asciinema/avt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128744,"owners_count":20888235,"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":["asciinema","rust","terminal"],"created_at":"2024-08-01T15:05:58.793Z","updated_at":"2025-04-04T06:07:18.361Z","avatar_url":"https://github.com/asciinema.png","language":"Rust","funding_links":["https://github.com/sponsors/ku1ik"],"categories":["Rust"],"sub_categories":[],"readme":"# avt - asciinema virtual terminal\n\navt is asciinema's implementation of virtual terminal emulator written in Rust.\n\nIt is used by [asciinema CLI](https://github.com/asciinema/asciinema),\n[asciinema player](https://github.com/asciinema/asciinema-player), [asciinema\nserver](https://github.com/asciinema/asciinema-server) and [asciinema gif\ngenerator](https://github.com/asciinema/agg).\n\nThis implementation covers only parsing and virtual buffer related aspects of a\nterminal emulator as it's all asciinema needs.\n\navt consists of:\n\n- parser for ANSI-compatible video terminal based on [excellent state diagram by Paul Williams](https://www.vt100.net/emu/dec_ansi_parser),\n- virtual screen buffers (primary/alternate) in a form of character grid with additional color/styling attributes,\n- API for feeding text into the parser and for querying virtual screen buffer and cursor position.\n\nFollowing aspects of terminal emulation are not in scope of this project:\n\n- input handling,\n- rendering.\n\nWhile avt is small and focused, a full-fledged terminal emulator could potentially be\nbuilt on top of it.\n\navt doesn't try to 100% replicate any specific terminal variant like VT102 or VT520,\ninstead it implements most control sequences supported by modern terminal emulators\nlike xterm, Gnome Terminal, WezTerm, Alacritty, iTerm, mosh etc.\n\n## License\n\n© 2019 Marcin Kulik.\n\nAll code is licensed under the Apache License, Version 2.0. See LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasciinema%2Favt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasciinema%2Favt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasciinema%2Favt/lists"}