{"id":17361526,"url":"https://github.com/alexandergrooff/aboxes","last_synced_at":"2025-09-12T02:10:49.210Z","repository":{"id":184321311,"uuid":"671672898","full_name":"AlexanderGrooff/aboxes","owner":"AlexanderGrooff","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-30T23:19:48.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T20:26:37.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/AlexanderGrooff.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}},"created_at":"2023-07-27T21:47:30.000Z","updated_at":"2023-07-30T22:42:42.000Z","dependencies_parsed_at":"2023-07-30T23:28:06.966Z","dependency_job_id":"90a75d08-a777-4f7f-a2a4-5a402ae81169","html_url":"https://github.com/AlexanderGrooff/aboxes","commit_stats":null,"previous_names":["alexandergrooff/boxes","alexandergrooff/aboxes"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Faboxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Faboxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Faboxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Faboxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderGrooff","download_url":"https://codeload.github.com/AlexanderGrooff/aboxes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245887339,"owners_count":20688832,"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":[],"created_at":"2024-10-15T19:34:00.382Z","updated_at":"2025-03-27T16:44:54.305Z","avatar_url":"https://github.com/AlexanderGrooff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aboxes\n\nRun one or more commands on multiple remote hosts via SSH.\nThis is most commonly used for retrieving ad-hoc information without too much fuzz.\n\n## Usage\n\n```bash\n$ aboxes run -t theta,testalex.h -c hostname\nINFO[0000] theta: theta\nINFO[0000] testalex.h: j6yt29-testalex-magweb-do.nodes.hypernode.io\n\n# Format output with Go template syntax\n$ aboxes run -t theta,testalex.h -c hostname --format \"{{.Target}} -\u003e {{.Stdout}}\"\nINFO[0000] theta -\u003e theta\nINFO[0000] testalex.h -\u003e j6yt29-testalex-magweb-do.nodes.hypernode.io\n\n# Prevent shell escaping hell by placing commands in scripts\n$ cat testscript.sh\n#!/usr/bin/env bash\nip a | grep eth0 | awk '{print $2}' | awk -F '/' '{print $1}'\n$ aboxes run -t theta,testalex.h --file ./testscript.sh\nINFO[0001] theta: eth0:\n1.2.3.4\nINFO[0001] testalex.h: eth0:\n2.3.4.5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergrooff%2Faboxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandergrooff%2Faboxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergrooff%2Faboxes/lists"}