{"id":16686164,"url":"https://github.com/denosaurs/tty","last_synced_at":"2025-04-10T00:15:24.395Z","repository":{"id":57675382,"uuid":"290298009","full_name":"denosaurs/tty","owner":"denosaurs","description":"🖨 Terminal utils and ansi escapes","archived":false,"fork":false,"pushed_at":"2022-12-27T07:57:36.000Z","size":31,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-14T00:49:17.596Z","etag":null,"topics":["deno","terminal","tty","utils"],"latest_commit_sha":null,"homepage":"https://deno.land/x/tty","language":"TypeScript","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/denosaurs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"open_collective":"denosaurs","github":"denosaurs"}},"created_at":"2020-08-25T18:54:06.000Z","updated_at":"2023-11-11T23:52:44.000Z","dependencies_parsed_at":"2023-01-31T02:45:53.314Z","dependency_job_id":null,"html_url":"https://github.com/denosaurs/tty","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Ftty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Ftty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Ftty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Ftty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/tty/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247347871,"owners_count":20924467,"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":["deno","terminal","tty","utils"],"created_at":"2024-10-12T15:04:51.165Z","updated_at":"2025-04-10T00:15:24.358Z","avatar_url":"https://github.com/denosaurs.png","language":"TypeScript","funding_links":["https://opencollective.com/denosaurs","https://github.com/sponsors/denosaurs"],"categories":[],"sub_categories":[],"readme":"# tty\n\n[![Tags](https://img.shields.io/github/release/denosaurs/tty)](https://github.com/denosaurs/tty/releases)\n[![CI Status](https://img.shields.io/github/actions/workflow/status/denosaurs/tty/check.yml?branch=main)](https://github.com/denosaurs/tty/actions)\n[![License](https://img.shields.io/github/license/denosaurs/tty)](https://github.com/denosaurs/tty/blob/master/LICENSE)\n\n\u003cp align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"assets/example.svg\" width=\"200\"\u003e\n\t\u003cbr\u003e\n\u003c/p\u003e\n\n```typescript\nimport * as tty from \"https://deno.land/x/tty/mod.ts\";\n\nawait tty.hideCursor();\n\nlet i = 0;\n\nsetInterval(() =\u003e {\n  tty.clearScreenSync();\n  tty.goHomeSync();\n  console.log(i++);\n}, 200);\n```\n\n## other\n\n### contribution\n\nPull request, issues and feedback are very welcome. Code style is formatted with\ndeno fmt and commit messages are done following Conventional Commits spec.\n\n### licence\n\nCopyright 2020-present, the denosaurs team. All rights reserved. MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Ftty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenosaurs%2Ftty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Ftty/lists"}