{"id":18708283,"url":"https://github.com/bottlesdevs/easyterm","last_synced_at":"2026-02-14T01:32:10.917Z","repository":{"id":40386920,"uuid":"427053137","full_name":"bottlesdevs/EasyTerm","owner":"bottlesdevs","description":"An easy-to-bundle GTK terminal emulator","archived":false,"fork":false,"pushed_at":"2025-11-15T12:14:39.000Z","size":25,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T14:21:26.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bottlesdevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-11T15:37:16.000Z","updated_at":"2025-11-15T12:14:00.000Z","dependencies_parsed_at":"2022-07-12T18:01:39.060Z","dependency_job_id":null,"html_url":"https://github.com/bottlesdevs/EasyTerm","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/bottlesdevs/EasyTerm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottlesdevs%2FEasyTerm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottlesdevs%2FEasyTerm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottlesdevs%2FEasyTerm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottlesdevs%2FEasyTerm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bottlesdevs","download_url":"https://codeload.github.com/bottlesdevs/EasyTerm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottlesdevs%2FEasyTerm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29429424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-07T12:22:37.892Z","updated_at":"2026-02-14T01:32:10.910Z","avatar_url":"https://github.com/bottlesdevs.png","language":"Python","readme":"# EasyTerm\nAn easy-to-bundle GTK 4 + libadwaita + vte terminal emulator.\n\nThis project is meant to be used as a dependency for other projects that\nneed an easy-to-bundle and lightweight terminal emulator, but also\nworks as a standalone terminal emulator.\n\n## Dependencies\n- GTK 4\n- libadwaita\n- Vte\n\n## Bottles purposes\nEasyTerm should be provided as the default terminal in the Bottles project\nwhen Vte will be ported to GTK4.\n\n## Installation\n```bash\ngit clone https://github.com/bottlesdevs/EasyTerm.git\ncd EasyTerm\npython3 setup.py install\n```\n\n## Usage\nAs a **library**, you can use the `EasyTerm` class as follows:\n```python\nfrom easyterm import easyterm\neasyterm.EasyTerm(\n    cwd='/path',\n    command='/bin/bash',\n    env=[],\n    actions=[\n        {\n            \"name\": \"Hello\",\n            \"icon\": \"emblem-favorite\",\n            \"tooltip\": \"Say hello to the world\",\n            \"command\": \"echo Hello World\"\n        }\n    ]\n)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottlesdevs%2Feasyterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbottlesdevs%2Feasyterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottlesdevs%2Feasyterm/lists"}