Crates.io | tmux |
lib.rs | tmux |
version | 0.25.0 |
source | src |
created_at | 2022-03-11 11:23:02.211475 |
updated_at | 2022-03-11 11:45:51.250047 |
description | A terminal workspace with batteries included |
homepage | https://zellij.dev |
repository | https://github.com/zellij-org/zellij |
max_upload_size | |
id | 548173 |
size | 1,671,687 |
Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer.
Zellij includes a layout system, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.
For more details about our future plans, read about upcoming features in our roadmap.
Zellij was initially called "Mosaic".
You can install with cargo
:
cargo install zellij
Or you can download a prebuilt binary from our Releases, or use Third Party Repositories.
The default plugins make use of characters that are mostly found in nerdfonts.
To get the best experience either install nerdfonts, or use the simplified ui by starting Zellij with zellij options --simplified-ui true
, or putting simplified_ui: true
in the config file.
Zellij is a labour of love built by an enthusiastic team of volunteers. We eagerly welcome anyone who would like to join us, regardless of experience level, so long as they adhere to our code of conduct.
Please report any code of conduct violations to aram@poor.dev
To get started, you can:
cargo install --force cargo-make
cargo make run
cargo make test
For more build commands, see Contributing.md
.
For configuring Zellij, please see the Configuration documentation.
Zellij should be ready for everyday use, but it's still classified as a beta. This means that there might be a rare crash or wrong behaviour here and there, but that once found it should be fixed rather quickly. If this happens to you, we would be very happy if you could open an issue and tell us how to reproduce it as best you can.
This section contains an ever-changing list of the major features that are either currently being worked on, or planned for the near future.
0.23.0
MIT