{"id":34819452,"url":"https://github.com/y-hatano-github/cubectl","last_synced_at":"2026-02-20T10:01:26.278Z","repository":{"id":330416383,"uuid":"1122673982","full_name":"y-hatano-github/cubectl","owner":"y-hatano-github","description":"This is not \"kubectl\" but \"cubectl\"","archived":false,"fork":false,"pushed_at":"2026-02-05T04:38:22.000Z","size":309,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-05T17:25:06.754Z","etag":null,"topics":["cli","command","command-line","go","golang","golang-application","joke","joke-app","joke-application","joke-command","kubectl","kubernetes","terminal"],"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/y-hatano-github.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,"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-25T08:58:50.000Z","updated_at":"2026-02-05T04:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/y-hatano-github/cubectl","commit_stats":null,"previous_names":["y-hatano-github/cubectrl"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/y-hatano-github/cubectl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcubectl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcubectl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcubectl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcubectl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-hatano-github","download_url":"https://codeload.github.com/y-hatano-github/cubectl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcubectl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29647768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"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":["cli","command","command-line","go","golang","golang-application","joke","joke-app","joke-application","joke-command","kubectl","kubernetes","terminal"],"created_at":"2025-12-25T14:09:00.812Z","updated_at":"2026-02-20T10:01:26.261Z","avatar_url":"https://github.com/y-hatano-github.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![cubectl demo: a rotating 3D cube in the terminal](screenshot.gif)\n# 🧊 cubectl \n[![Release](https://img.shields.io/github/v/release/y-hatano-github/cubectl)](https://github.com/y-hatano-github/cubectl/releases/latest)\n![Go Version](https://img.shields.io/github/go-mod/go-version/y-hatano-github/cubectl)\n![License](https://img.shields.io/github/license/y-hatano-github/cubectl)\n\n```bash\n   ________  ______  ____________________\n  / ____/ / / / __ )/ ____/ ____/__ __/ /\n / /   / / / / __  / __/ / /     / / / /\n/ /___/ /_/ / /_/ / /___/ /___  / / / /___\n\\____/\\____/_____/_____/\\____/ /_/ /_____/\n      _\n    /_/|  Concept: \"Control the Cube instead of Kubernetes cluster\"\n    |_|/\n```\n\nOnce you mistype `kubectl` as `cubectl`, you’ll end up controlling a cube instead of Kubernetes clusters.  \nThis tool makes your typos fun.  \n\n# ⚙️ Features\n- 🧊 Renders a 3D cube instead of controlling Kubernetes clusters.\n- 🔄 Rotate the cube with arrow keys or `wasd`.\n- 🔍 Zoom in/out with `z` and `x`.\n- 🚫 Absolutely no Kubernetes functionality included.\n\n# 💾 Download\nPre-built binaries are available for Windows, macOS, and Linux.\n\n👉 Get the latest release here:\nhttps://github.com/y-hatano-github/cubectl/releases/latest\n\n# 🚀 Quick start\n## 🐧 Linux\n```bash\nwget https://github.com/y-hatano-github/cubectl/releases/latest/download/cubectl_linux_amd64.tar.gz\ntar -xzvf cubectl_linux_amd64.tar.gz\nsudo mv cubectl /usr/local/bin/\ncubectl\n```\n## 🍎🍺  macOS / Homebrew\n```bash\nbrew tap y-hatano-github/tap\nbrew install cubectl\n```\n## 🪟 Windows\n```powershell\nInvoke-WebRequest -OutFile cubectl_windows_amd64.tar.gz https://github.com/y-hatano-github/cubectl/releases/latest/download/cubectl_windows_amd64.tar.gz\ntar -xzvf cubectl_windows_amd64.tar.gz\n.\\cubectl.exe\n```\n\n# 📘 Usage\n```bash\ncubectl controls cube instead of Kubernetes clusters.\n\nFind more information at:\n  https://github.com/y-hatano-github/cubectl\n\nControls:\n  Arrow keys or wasd: Rotate the cube\n  z: Zoom in\n  x: Zoom out\n  Ctrl+C or Esc: Exit\n\nBasic Cube Commands (Beginner):\n  delete      Delete resources\n  get         Display one or many cubes\n\nTroubleshooting and Debugging Commands:\n  describe    Describe resources\n  logs        Print the logs for a cubectl\n\n\n\nFlags:\n  -h, --help   help for cubectl\n\nUsage:\n  cubectl [flags]\n\nUsage:\n  cubectl [command]\n\nUse \"cubectl \u003ccommand\u003e --help\" for more information about a command.\n```\n\n# 📚 References\n## Inspiration for the idea\nI was reading the following articles, and somehow ended up creating this joke command.  \n- https://www.reddit.com/r/kubernetes/comments/7tzyla/poll_how_to_pronounce_kubectl/\n\n## For 3D rendering\n- https://codezine.jp/article/detail/38?p=3\n- https://qiita.com/mochimkchiking/items/24fbbe93e0f7aa89edba\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-hatano-github%2Fcubectl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-hatano-github%2Fcubectl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-hatano-github%2Fcubectl/lists"}