{"id":37988223,"url":"https://github.com/vitanovs/tmux-kubenv","last_synced_at":"2026-01-16T18:41:04.144Z","repository":{"id":300545835,"uuid":"956788853","full_name":"vitanovs/tmux-kubenv","owner":"vitanovs","description":"Kubernetes environment indicator.","archived":false,"fork":false,"pushed_at":"2025-07-13T08:35:35.000Z","size":18459,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T10:21:39.680Z","etag":null,"topics":["precmd","tmux","tmux-configuration","tmux-plugin","tmux-statusline","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vitanovs.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}},"created_at":"2025-03-28T21:35:29.000Z","updated_at":"2025-07-13T08:37:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd2b0aef-a7c4-430c-b0b5-94bdc872f015","html_url":"https://github.com/vitanovs/tmux-kubenv","commit_stats":null,"previous_names":["vitanovs/tmux-kubenv"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vitanovs/tmux-kubenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitanovs%2Ftmux-kubenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitanovs%2Ftmux-kubenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitanovs%2Ftmux-kubenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitanovs%2Ftmux-kubenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitanovs","download_url":"https://codeload.github.com/vitanovs/tmux-kubenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitanovs%2Ftmux-kubenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["precmd","tmux","tmux-configuration","tmux-plugin","tmux-statusline","zsh"],"created_at":"2026-01-16T18:41:04.018Z","updated_at":"2026-01-16T18:41:04.104Z","avatar_url":"https://github.com/vitanovs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmux-kubenv\n\nA [TMUX](https://github.com/tmux/tmux) plugin indicating the current [Kubernetes](https://kubernetes.io) context in use.\n\n:white_check_mark: Per-`pane` context with automatic updates based on configuration _switches_ and _changes_.\n\n![demo](https://github.com/vitanovs/tmux-kubenv/blob/main/docs/media/tmux_kubenv_demo.gif)\n\n## Installation\n\nUsing the [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) to manage the configuration:\n\n- _add_ the _plugin_ to your `~/.tmux.conf`:\n\n  ```sh\n  set -g @plugin 'vitanovs/tmux-kubenv'\n  ```\n\n- _install_ with `\u003cprefix\u003e + I`\n\nOnce installed, instrument:\n\n- `.tmux.conf` with `kubenv.tmux` utility to display the current context in your status line:\n\n  ```sh\n  set -g status-left \"#(/bin/sh ~/.tmux/plugins/tmux-kubenv/kubenv.tmux)\"\n  ```\n\n- `.zshrc` to _enable_ the __automatic__ context _updates_:\n\n  ```sh\n  source ~/.tmux/plugins/tmux-kubenv/scripts/hook_zsh.sh\n  tmux_kubenv_precmd_hook_enable \u003e /dev/null\n  ```\n\n## Configuration\n\nThe plugin supports the following `global` configuration options:\n\n| Name                              | Description                                       |  Default     |\n| :-------------------------------- | :------------------------------------------------ | :----------: |\n| `@tmux_kubenv_title`              | The _plugin_ title displayed in the status line   | `Kubernetes` |\n| `@tmux_kubenv_color_title`        | The _color_ of the _plugin_ title                 | `#124F76`    |\n| `@tmux_kubenv_color_context_fg`   | The _foreground color_ of the _context_ section   | `#124F76`    |\n| `@tmux_kubenv_color_context_bg`   | The _background color_ of the _context_ section   | `#00DCEE`    |\n| `@tmux_kubenv_color_namespace_fg` | The _foreground color_ of the _namespace_ section | `#124F76`    |\n| `@tmux_kubenv_color_namespace_bg` | The _background color_ of the _namespace_ section | `#D69F00`    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitanovs%2Ftmux-kubenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitanovs%2Ftmux-kubenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitanovs%2Ftmux-kubenv/lists"}