Zellij, formerly known as "Mosaic", is a [[MIT License]] licensed terminal multiplexer written in [[Rust]].
- [Website](https://zellij.dev/)
- [Source](https://github.com/zellij-org/zellij)
- [Documentation](https://zellij.dev/documentation/)
> A terminal workspace with batteries included
# Notability
# Philosophy
# Platform Support
# Features
# Tips
## Clipboard
The one major limitation that Zellij has compared to the likes of [[tmux - Terminal Multiplexer]] and other [[Review - Multiplexers]] is the lack of an internal clipboard - instead expecting and relying on a windowing system. Fortunately, they provide hooks to wrap their clipboard functions with clipboard commands so this can be worked around if there is no windowing system or if a different clipboard strategy is desired.
# References