{"id":15696966,"url":"https://github.com/ndavd/zellij-cb","last_synced_at":"2025-05-07T14:44:30.936Z","repository":{"id":202994913,"uuid":"708569120","full_name":"ndavd/zellij-cb","owner":"ndavd","description":"Customizable compact bar plugin for Zellij","archived":false,"fork":false,"pushed_at":"2025-03-29T14:29:06.000Z","size":104,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T15:28:43.378Z","etag":null,"topics":["rust","terminal-multiplexer","zellij","zellij-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ndavd.png","metadata":{"files":{"readme":".github/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}},"created_at":"2023-10-22T23:33:13.000Z","updated_at":"2025-03-29T14:29:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b157c284-2b89-4de4-be93-df5668b030e0","html_url":"https://github.com/ndavd/zellij-cb","commit_stats":null,"previous_names":["ndavd/zellij-cb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fzellij-cb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fzellij-cb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fzellij-cb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndavd%2Fzellij-cb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndavd","download_url":"https://codeload.github.com/ndavd/zellij-cb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252897922,"owners_count":21821530,"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":["rust","terminal-multiplexer","zellij","zellij-plugin"],"created_at":"2024-10-03T19:10:34.063Z","updated_at":"2025-05-07T14:44:30.888Z","avatar_url":"https://github.com/ndavd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zellij-cb\n\nCustom compact bar plugin for [Zellij](https://zellij.dev/) based on\n[Zellij's default plugin](https://github.com/zellij-org/zellij/tree/main/default-plugins/compact-bar).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cdiv\u003e\n    \u003cimg src=\"https://github.com/ndavd/zellij-cb/assets/74260683/94c76afa-223c-4fcd-974e-275cb8b1690f\" /\u003e\n  \u003c/div\u003e\n  \u003ccode\u003e{session directory}-{session name} {mode in 1 letter} {...tabs}\u003c/code\u003e\n\u003c/div\u003e\n\n## Features\n\n- Displays session directory name\n- Is super compact and minimal\n- Configurable\n\n## Installation\n\nTo build it just run `make` and you'll find the binary in\n`target/wasm32-wasip1/release/zellij-cb.wasm`. To load it into Zellij please\nrefer to their\n[plugin loading documentation](https://zellij.dev/documentation/plugin-loading).\n\n## Example usage\n\nCheck out my\n[dotfiles](https://github.com/ndavd/dotfiles/tree/main/.config/zellij).\n\n## Available configuration\n\n- `color` type: This plugin takes its colors from the user's theme, they can\n  then be overwritten with the following syntax:\n  - 8-bit color (single digit), e.g. `\"16\"`\n  - RGB color (comma separated digits), e.g. `\"255,255,255\"`\n\n| Key                                          |   Type    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n| -------------------------------------------- | :-------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| **DisplaySessionDirectory**                  | `boolean` | If this is `false` then it only displays the session name. It will display the session name in the same style as before only if there's only one `-` (or none) like the default session names for zellij. If there are more then only the last two pieces of text delimited by it will be displayed with that style and the remaining will be displayed in the session directory style. This is particularly useful for those who wish to include the session directory in the session name. Default: `true` |\n| **DefaultTabName**                           | `string`  | Default: `tab`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n| **FgColor**                                  |  `color`  | Default: `theme.text_selected.base`                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n| **BgColor**                                  |  `color`  | Default: `theme.text_unselected.background`                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n| **SessionDirectoryColor**                    |  `color`  | Default: `theme.text_selected.base`                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n| **SessionNameColor**                         |  `color`  | Default: `theme.text_selected.background`                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n| **TabColor**                                 |  `color`  | Default: `theme.text_selected.background`                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n| **ActiveTabColor**                           |  `color`  | Default: `theme.text_selected.emphasis_2`                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n| **NormalModeColor**                          |  `color`  | Default: `theme.exit_code_error.emphasis_1`                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n| **OtherModesColor**                          |  `color`  | Default: `theme.text_selected.emphasis_0`                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n| **OthersColor**                              |  `color`  | Default: `theme.text_selected.emphasis_0`                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n| **{mode}ModeLabel** (e.g. `NormalModeLabel`) | `string`  | Default: First letter of the mode and empty string if mode is `Locked`                                                                                                                                                                                                                                                                                                                                                                                                                                       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndavd%2Fzellij-cb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndavd%2Fzellij-cb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndavd%2Fzellij-cb/lists"}