{"id":29712166,"url":"https://github.com/maaarcocr/attyvo","last_synced_at":"2025-07-24T00:07:39.187Z","repository":{"id":304720307,"uuid":"1019727156","full_name":"Maaarcocr/attyvo","owner":"Maaarcocr","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-14T19:28:03.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T23:52:58.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Maaarcocr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-07-14T19:20:05.000Z","updated_at":"2025-07-14T19:28:06.000Z","dependencies_parsed_at":"2025-07-14T23:53:00.415Z","dependency_job_id":"3dcbbd66-4ae1-44c6-99f0-65d416beb9f1","html_url":"https://github.com/Maaarcocr/attyvo","commit_stats":null,"previous_names":["maaarcocr/attyvo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Maaarcocr/attyvo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maaarcocr%2Fattyvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maaarcocr%2Fattyvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maaarcocr%2Fattyvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maaarcocr%2Fattyvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maaarcocr","download_url":"https://codeload.github.com/Maaarcocr/attyvo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maaarcocr%2Fattyvo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266770995,"owners_count":23981662,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-07-24T00:07:37.737Z","updated_at":"2025-07-24T00:07:39.175Z","avatar_url":"https://github.com/Maaarcocr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# attyvo\n\nA tool that enables non-interactive programs to interact with interactive CLIs by providing a pseudo-terminal (PTY) interface.\n\n## Overview\n\nattyvo acts as a bridge between programs that expect terminal input/output and non-interactive environments. This is particularly useful for AI coding assistants like Claude Code, which need to interact with interactive command-line tools programmatically.\n\n## Installation\n\n```bash\ncargo install attyvo\n```\n\n## Features\n\n- Creates pseudo-terminals for interactive CLI programs\n- Manages multiple daemon processes\n- Handles bidirectional communication between non-interactive callers and interactive programs\n- Supports process lifecycle management (start, stop, kill-all)\n\n## Use Cases\n\n- Enabling AI tools to interact with interactive CLIs (e.g., database shells, REPLs)\n- Automating interactive command-line workflows\n- Testing interactive CLI applications\n\n## Commands\n\n- `start` - Start a new daemon process\n- `stop` - Stop a running daemon\n- `kill-all` - Terminate all running daemons\n- `list` - List all running daemons\n- `send` - Send input to a daemon\n- `read` - Read output from a daemon\n\n## Why attyvo?\n\nMany command-line tools detect whether they're running in a terminal and change their behavior accordingly. Without a proper PTY, these tools may refuse to run interactively or provide limited functionality. attyvo solves this by providing a real PTY interface, making it possible for automated tools and AI assistants to interact with any CLI program as if a human were typing at a terminal.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaaarcocr%2Fattyvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaaarcocr%2Fattyvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaaarcocr%2Fattyvo/lists"}