{"id":13552895,"url":"https://github.com/muriloventuroso/easyssh","last_synced_at":"2025-04-04T13:08:39.157Z","repository":{"id":40643666,"uuid":"130076461","full_name":"muriloventuroso/easyssh","owner":"muriloventuroso","description":"The SSH connection manager to make your life easier.","archived":false,"fork":false,"pushed_at":"2025-03-16T06:56:55.000Z","size":52486,"stargazers_count":533,"open_issues_count":54,"forks_count":39,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-28T12:04:06.937Z","etag":null,"topics":["appcenter","easyssh","elementaryos","gtk","ssh","ssh-client"],"latest_commit_sha":null,"homepage":null,"language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muriloventuroso.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"muriloventuroso","custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=YQ7R5KQJPUNNU\u0026currency_code=BRL\u0026source=url"]}},"created_at":"2018-04-18T14:38:32.000Z","updated_at":"2025-03-16T09:30:24.000Z","dependencies_parsed_at":"2023-02-15T12:31:18.239Z","dependency_job_id":"4c1ec323-25fc-4c60-a40d-c1440544d9f2","html_url":"https://github.com/muriloventuroso/easyssh","commit_stats":{"total_commits":4388,"total_committers":509,"mean_commits":8.620825147347741,"dds":0.7741567912488605,"last_synced_commit":"b986bdf1a7a5329277ddff5d0d68294d396bd6da"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muriloventuroso%2Feasyssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muriloventuroso%2Feasyssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muriloventuroso%2Feasyssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muriloventuroso%2Feasyssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muriloventuroso","download_url":"https://codeload.github.com/muriloventuroso/easyssh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247177780,"owners_count":20896712,"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":["appcenter","easyssh","elementaryos","gtk","ssh","ssh-client"],"created_at":"2024-08-01T12:02:12.842Z","updated_at":"2025-04-04T13:08:39.137Z","avatar_url":"https://github.com/muriloventuroso.png","language":"Vala","funding_links":["https://patreon.com/muriloventuroso","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=YQ7R5KQJPUNNU\u0026currency_code=BRL\u0026source=url","https://www.patreon.com/muriloventuroso"],"categories":["Vala","System Management"],"sub_categories":["System Configuration"],"readme":"[![Translation status](https://hosted.weblate.org/widgets/easyssh/-/translations/svg-badge.svg)](https://hosted.weblate.org/engage/easyssh/?utm_source=widget)\n\n\u003ch1 align=\"center\"\u003eEasySSH\u003c/h1\u003e\n\n## The SSH connection manager to make your life easier.\n\n### Looking for maintainers!\n\nA complete, efficient and easy-to-use manager. Create and edit connections, groups, customize the terminal, with multiple instances of the same connection.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://appcenter.elementary.io/com.github.muriloventuroso.easyssh\"\u003e\u003cimg src=\"https://appcenter.elementary.io/badge.svg\" alt=\"Get it on AppCenter\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Features\n\n- Manage connections and groups\n- Customize terminal\n- Dark Theme\n- Multiple instances of same connection\n- Restore opened hosts\n- Sync `~/.ssh/config`\n- Protect data with password\n\n### Donate\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=YQ7R5KQJPUNNU\u0026currency_code=BRL\u0026source=url\"\u003ePayPal\u003c/a\u003e | \u003ca href=\"https://www.patreon.com/muriloventuroso\"\u003ePatreon\u003c/a\u003e\n\n![Screenshot](data/screenshot.png)\n\n![Screenshot](data/screenshot2.png)\n\n[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)\n\n## Developing and Building\n\nIf you want to hack on and build EasySSH yourself, you'll need the following dependencies:\n\n- libgee-0.8-dev\n- libgtk-3-dev\n- libgranite-dev (\u003e= 6.0.0)\n- libvte-2.91-dev\n- libjson-glib-dev\n- meson\n- valac\n- gpg\n\nRun `meson build` to configure the build environment and run `ninja test` to build and run automated tests\n\n    meson build --prefix=/usr\n    cd build\n    ninja test\n\nTo install, use `ninja install`, then execute with `com.github.muriloventuroso.easyssh`\n\n    sudo ninja install\n    com.github.muriloventuroso.easyssh\n\n## Install with Flatpak\n\nInstall:\n\n    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n    flatpak install flathub com.github.muriloventuroso.easyssh\n\nRun:\n\n    flatpak run com.github.muriloventuroso.easyssh\n\n---\n\n## Thanks\n\n- [Ryo Nakano](https://github.com/ryonakano)\n\n[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuriloventuroso%2Feasyssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuriloventuroso%2Feasyssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuriloventuroso%2Feasyssh/lists"}