{"id":35419799,"url":"https://github.com/opsguild/shelldock","last_synced_at":"2026-04-06T00:01:29.519Z","repository":{"id":331433704,"uuid":"1115960150","full_name":"OpsGuild/ShellDock","owner":"OpsGuild","description":"A fast, cross-platform shell command repository manager. Save, organize, and execute shell commands from bundled repository or local directory with platform-specific support and versioning","archived":false,"fork":false,"pushed_at":"2026-03-28T13:49:33.000Z","size":1291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T16:33:11.336Z","etag":null,"topics":["aur","automation","bash","centos","chocolatey","debian","docker","go","homebrew","linux","macos","nodejs","redhat","script","server","shell","swap","ubuntu","windows"],"latest_commit_sha":null,"homepage":"","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/OpsGuild.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/2026-01-28_12-11-37.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T22:45:53.000Z","updated_at":"2026-03-28T13:49:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/OpsGuild/ShellDock","commit_stats":null,"previous_names":["opsguild/shelldock"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/OpsGuild/ShellDock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsGuild%2FShellDock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsGuild%2FShellDock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsGuild%2FShellDock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsGuild%2FShellDock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpsGuild","download_url":"https://codeload.github.com/OpsGuild/ShellDock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsGuild%2FShellDock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["aur","automation","bash","centos","chocolatey","debian","docker","go","homebrew","linux","macos","nodejs","redhat","script","server","shell","swap","ubuntu","windows"],"created_at":"2026-01-02T16:16:44.001Z","updated_at":"2026-04-06T00:01:29.477Z","avatar_url":"https://github.com/OpsGuild.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"static/images/logo.jpg\" alt=\"ShellDock Logo\" width=\"1344\" height=\"768\"\u003e\n\n  \u003cp\u003e\u003cstrong\u003eA fast, cross-platform shell command repository manager.\u003c/strong\u003e\u003c/p\u003e\n  \u003cp\u003eSave, organize, and execute shell commands from a bundled repository or local directory — with platform-specific support, versioning, dynamic arguments, and an interactive terminal UI.\u003c/p\u003e\n\n  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n  [![Go Version](https://img.shields.io/github/go-mod/go-version/OpsGuild/ShellDock)](go.mod)\n  [![Release](https://img.shields.io/github/v/release/OpsGuild/ShellDock)](https://github.com/OpsGuild/ShellDock/releases/latest)\n\u003c/div\u003e\n\n---\n\n## Why ShellDock?\n\nHow many times have you Googled the same installation commands, dug through shell history, or copy-pasted from a stale wiki? ShellDock gives you a single CLI to store, version, and run command recipes — with built-in platform detection so the same command set works on Ubuntu, CentOS, Arch, macOS, and Windows.\n\n**Key highlights:**\n\n- ⚡ **Fast** — Native Go binary, zero runtime dependencies\n- 📦 **Batteries included** — Ships with curated command sets for Docker, Git, Node.js, Python, Nginx, and more\n- 💾 **Local-first** — Your custom command sets live in `~/.shelldock` and always take priority\n- 🖥️ **Cross-platform** — Automatic OS detection with per-step platform-specific commands\n- 🎨 **Interactive TUI** — Create, edit, and manage command sets from a full terminal UI\n- 🔄 **Versioning \u0026 tags** — Multiple versions per command set with human-friendly tag names\n- 🔧 **Dynamic arguments** — Runtime parameters via `--args` or interactive prompts\n\n---\n\n## Installation\n\n### Quick Install (Linux \u0026 macOS)\n\n```bash\ncurl -fsSL https://shelldock.opsguild.tech/install.sh | bash\n```\n\n### Package Managers\n\n| Platform | Command |\n|---|---|\n| **macOS (Homebrew)** | `brew install OpsGuild/tap/shelldock` |\n| **Debian / Ubuntu** | `curl -fsSL https://raw.githubusercontent.com/OpsGuild/ShellDock/master/scripts/install-apt.sh \\| sudo bash` |\n| **Arch Linux (AUR)** | `yay -S shelldock` |\n| **Windows (Chocolatey)** | `choco install shelldock` |\n| **Snap** | `sudo snap install shelldock` |\n\n### Build from Source\n\n```bash\ngit clone https://github.com/OpsGuild/ShellDock.git\ncd ShellDock\nmake build\nsudo make install\n```\n\n\u003e **Prerequisites:** Go 1.21+, Make (optional)\n\nFor detailed installation options — including RPM, Flatpak, direct binary downloads, updating, and uninstalling — see the **[Installation Guide](docs/INSTALLATION.md)**.\n\n---\n\n## Quick Start\n\n**Run a command set:**\n\n```bash\nshelldock docker\n```\n\n**List everything available:**\n\n```bash\nshelldock list\n```\n\n**Preview without executing:**\n\n```bash\nshelldock show docker\n```\n\n**Manage commands with the interactive TUI:**\n\n```bash\nshelldock manage\n```\n\n**Run a specific version or tag:**\n\n```bash\nshelldock docker@v2\nshelldock certbot@nginx\n```\n\n**Skip or pick steps:**\n\n```bash\nshelldock docker --skip 1,2\nshelldock docker --only 3-5\n```\n\n**Pass dynamic arguments:**\n\n```bash\nshelldock git --args name=\"Jane Doe\",email=\"jane@example.com\"\n```\n\nWhen you run a command set, ShellDock previews every step and prompts before executing:\n\n```\n📦 Command Set: docker\n📝 Description: Docker installation and setup commands\n🔢 Version: v1\n🖥️  Platform: ubuntu\n📋 Commands to execute:\n\n  1. Update package index\n     $ apt-get update\n\n  2. Install Docker\n     $ curl -fsSL https://get.docker.com -o get-docker.sh \u0026\u0026 sh get-docker.sh\n\n  3. Start Docker service\n     $ systemctl start docker\n\nDo you want to execute these commands? [a]ll/[y]es step-by-step/[N]o:\n```\n\n- **`a`** — Run all steps without further prompts\n- **`y`** — Step-by-step, confirm each one\n- **`N`** — Cancel\n\nUse `-a` to skip prompts entirely: `shelldock docker -a`\n\n---\n\n## Command Overview\n\n| Command | Description |\n|---|---|\n| `shelldock \u003cname\u003e` | Run a command set |\n| `shelldock show \u003cname\u003e` | Preview commands without executing |\n| `shelldock echo \u003cname\u003e` | Output commands in copyable format |\n| `shelldock list` / `shelldock ls` | List all available command sets |\n| `shelldock add \u003cname\u003e` | Add a local command set (create template or copy bundled) |\n| `shelldock open \u003cname\u003e` | Open command set YAML in your editor |\n| `shelldock rm \u003cname\u003e` | Remove a local command set |\n| `shelldock manage` | Interactive TUI for managing command sets |\n| `shelldock versions \u003cname\u003e` | List available versions |\n| `shelldock config show` | Show current configuration |\n| `shelldock config set \u003cplatform\u003e` | Set platform (ubuntu, centos, darwin, etc.) |\n| `shelldock sync` / `shelldock update` | Sync bundled repository from cloud |\n| `shelldock upgrade` | Upgrade ShellDock binary to latest version |\n\nSee the **[Command Reference](docs/COMMAND_REFERENCE.md)** for every flag and option with examples.\n\n---\n\n## Bundled Repository\n\nShellDock ships with ready-to-use command sets organized by category:\n\n```\nrepository/\n├── databases/   # postgres, mysql (+ mariadb), redis\n├── devops/      # docker, docker-compose, kubernetes, pm2, terraform, ansible\n├── editors/     # nvim\n├── languages/   # go, nodejs, python, rust\n├── network/     # alias-ip, reset-network\n├── security/    # openssh, ufw, fail2ban, unattended-upgrades\n├── system/      # swap, sysinfo, cleanup, hostname, timezone, users\n├── vcs/         # git\n└── web/         # nginx, certbot, caddy\n```\n\nSubdirectories are transparent — just use `shelldock docker`, not `shelldock devops/docker`.\n\nYour custom command sets in `~/.shelldock/` are always checked first and can override any bundled set.\n\n---\n\n## Security\n\nShellDock executes shell commands on your system. Every command is stored in plain YAML and can be inspected before execution:\n\n```bash\nshelldock show docker        # preview every step — nothing is executed\nshelldock echo docker | less # read raw commands in a pager\n```\n\nWhen you run a command set without `-a`, ShellDock shows a full preview and lets you confirm each step individually. There are no hidden scripts, no telemetry, and no automatic privilege escalation.\n\nRead the **[Security Guide](docs/SECURITY.md)** for the full trust model, best practices, and how to report vulnerabilities.\n\n---\n\n## Documentation\n\n| Document | Description |\n|---|---|\n| **[Quick Start](docs/QUICKSTART.md)** | Get up and running in minutes |\n| **[Installation](docs/INSTALLATION.md)** | All installation methods, updating, and uninstalling |\n| **[Usage Guide](docs/USAGE.md)** | Configuration, execution, versioning, platform support |\n| **[Command Reference](docs/COMMAND_REFERENCE.md)** | Every command and flag with examples |\n| **[Command Set Format](docs/COMMAND_SET_FORMAT.md)** | YAML specification, multi-version, dynamic arguments |\n| **[Security](docs/SECURITY.md)** | Trust model, inspecting commands, best practices |\n| **[Features](docs/FEATURES.md)** | Detailed feature descriptions |\n| **[Bash Completion](docs/BASH_COMPLETION.md)** | Shell autocompletion setup |\n| **[Testing](docs/TESTING.md)** | Unit and integration test guide |\n| **[Manual Testing](docs/MANUAL_TESTING.md)** | Manual testing checklist |\n| **[Contributing](docs/CONTRIBUTING.md)** | Development setup, project structure, guidelines |\n\n---\n\n## Contributing\n\nContributions are welcome! See the **[Contributing Guide](docs/CONTRIBUTING.md)** for development setup, testing, and how to add command sets.\n\n```bash\ngit clone https://github.com/OpsGuild/ShellDock.git\ncd ShellDock\ngo mod download\nmake test\n```\n\n---\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003eMade with ❤️ for developers who love automation\u003c/strong\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsguild%2Fshelldock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsguild%2Fshelldock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsguild%2Fshelldock/lists"}