{"id":30736033,"url":"https://github.com/joeri-abbo/wand","last_synced_at":"2026-05-15T12:02:52.572Z","repository":{"id":307563287,"uuid":"1029958433","full_name":"Joeri-Abbo/wand","owner":"Joeri-Abbo","description":"A magical CLI tool to instantly connect to your RDP and SSH servers with a single command. Supports multiple environments, jump hosts, and easy configuration via JSON. Built for sysadmins and power users who manage many remote machines.","archived":false,"fork":false,"pushed_at":"2025-07-31T21:46:34.000Z","size":5866,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-31T23:59:46.772Z","etag":null,"topics":["automation","cli","configuration","devops","go","jump-host","rdp","remote-access","remote-desktop","ssh","sysadmin","zsh"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Joeri-Abbo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-31T21:16:31.000Z","updated_at":"2025-07-31T21:56:02.000Z","dependencies_parsed_at":"2025-08-01T00:10:00.464Z","dependency_job_id":null,"html_url":"https://github.com/Joeri-Abbo/wand","commit_stats":null,"previous_names":["joeri-abbo/wand"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Joeri-Abbo/wand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Fwand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Fwand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Fwand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Fwand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joeri-Abbo","download_url":"https://codeload.github.com/Joeri-Abbo/wand/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Fwand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273509697,"owners_count":25118448,"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-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["automation","cli","configuration","devops","go","jump-host","rdp","remote-access","remote-desktop","ssh","sysadmin","zsh"],"created_at":"2025-09-03T20:53:39.572Z","updated_at":"2026-05-15T12:02:47.534Z","avatar_url":"https://github.com/Joeri-Abbo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wand\n\nA magical CLI tool to connect to your servers via RDP and SSH with a flick of your wand! 🪄\n\n## Features\n\n- Instantly connect to RDP or SSH hosts defined in your `config.json`.\n- Supports jump hosts for SSH.\n- Easily manage multiple environments.\n- Works seamlessly with zsh (and other shells).\n\n## Installation\n\n### Quick Install (Recommended)\n\nRun the following in your terminal:\n\n\n\n```zsh\ncurl -fsSL https://raw.githubusercontent.com/Joeri-Abbo/wand/master/install.sh | bash\n```\n\nThis will:\n\n- Install Go (if needed, macOS/Homebrew only)\n- Clone the repo to `~/wand`\n- Build the binary\n- Add it to your PATH in `~/.zshrc`\n\nRestart your terminal or run `source ~/.zshrc` to use the `wand` command.\n\n---\n\n#### Manual Install\n\n1. **Clone or Download** this repository.\n2. **Add the wand tool to your PATH** (if not already):\n   ```zsh\n   export PATH=\"$PATH:/path/to/wand\"\n   ```\n   (Replace `/path/to/wand` with the actual directory.)\n3. **(Optional) Add to your zshrc** for convenience:\n   ```zsh\n   echo 'export PATH=\"$PATH:/path/to/wand\"' \u003e\u003e ~/.zshrc\n   source ~/.zshrc\n   ```\n\n## Configuration\n\nEdit the `example.json` file to define your environments and hosts. Example:\n\n```json\n[\n  {\n    \"servers\": [\n      {\n        \"connection\": \"rdp\",\n        \"name\": \"winmachine001\",\n        \"user\": \"jabbo\",\n        \"host\": \"12.345.678.90\"\n      },\n      {\n        \"connection\": \"ssh\",\n        \"name\": \"linuxjump001\",\n        \"host\": \"12.345.678.90\",\n        \"user\": \"jabbo\",\n        \"identityFile\": [\"~/.ssh/id_rsa\"]\n      },\n      {\n        \"name\": \"secretvpn001\",\n        \"uses_jumpHost\": true,\n        \"host\": \"12.345.678.90\",\n        \"jumpHost\": [\"linuxjump001\"]\n      }\n    ]\n  }\n]\n```\n\n## Usage\n\n### List available commands\n\n- `wand` — interactive mode (pick group and machine)\n- `wand [group]` — pick a machine from the group\n- `wand [group] [machine]` — connect directly\n- `wand edit` — edit your config file in your `$EDITOR`\n\n### Example\n\n```zsh\n# Interactive (pick group and machine)\nwand\n\n# Pick machine from group servers\nwand servers\n\n# Connect directly to a machine\nwand servers winmachine001\n\n# Edit your config\nwand edit\n```\n\n### Add a new host\n\nEdit your config file and add your new host under the appropriate environment.\n\n## Advanced\n\n- **Jump Hosts:**\n  - If a host uses a jump host, specify `uses_jumpHost` and `jumpHost` in the config.\n- **Multiple Environments:**\n  - Organize hosts by environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeri-abbo%2Fwand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeri-abbo%2Fwand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeri-abbo%2Fwand/lists"}