* feat: capture OSC 7 working directory on Grid and expose via Pane trait Add osc7_payload field to Grid, handle the b"7" OSC sequence in osc_dispatch, expose it via a Grid accessor, add osc7_payload() to the Pane trait (default None), and implement it on TerminalPane by delegating to the Grid. Follows the has_bell/consume_bell pattern. * feat: forward OSC 7 from focused pane to parent terminal on render * fix: validate OSC 7 URI and clean up state on client disconnect Reject URIs containing control characters (< 0x20 or 0x7f) to prevent injection into the parent terminal when the URI is re-emitted via OSC 7 forwarding. Also remove per-client OSC 7 forwarding state in remove_client() to avoid stale entries accumulating after disconnect. * style: fix formatting in OSC 7 tests * fix: add control char test, clear osc7 on reset, doc comment - Add test for control character rejection in OSC 7 URIs - Clear osc7_payload in reset_terminal_state() (RIS/\ec) - Add doc comment on osc7_payload() getter * fix: address PR review feedback - Reject C1 control characters (U+0080..U+009F) in OSC 7 URIs using char::is_control() instead of byte-level check - Reject entire OSC 7 if any param segment has invalid UTF-8 instead of silently dropping bad segments - Avoid String allocation in render hot path by comparing borrowed &str, only allocating when the value actually changes - Add test for C1 control character rejection * fix: integrate OSC 7 forwarding with upstream CWD tracking * add some more tests * docs: update changelog --------- Co-authored-by: Aram Drevekenin <aram@poor.dev>
Zellij
[Installation] [Screencasts & Tutorials] [Configuration] [Layouts] [FAQ]
What is this?
Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. Similar programs are sometimes called "Terminal Multiplexers".
Zellij is designed around the philosophy that one must not sacrifice simplicity for power, taking pride in its great experience out of the box as well as the advanced features it places at its users' fingertips.
Zellij is geared toward beginner and power users alike - allowing deep customizability, personal automation through layouts, true multiplayer collaboration, unique UX features such as floating and stacked panes, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.
Zellij includes a built-in web-client, making a terminal optional.
You can get started by installing Zellij and checking out the Screencasts & Tutorials.
For more details about our future plans, read about upcoming features in our roadmap.
How do I install it?
The easiest way to install Zellij is through a package for your OS.
If one is not available for your OS, you could download a prebuilt binary from the latest release and place it in your $PATH. If you'd like, we could automatically choose one for you.
You can also install (compile) with cargo:
cargo install --locked zellij
Try Zellij without installing
bash/zsh:
bash <(curl -L https://zellij.dev/launch)
fish/xonsh:
bash -c 'bash <(curl -L https://zellij.dev/launch)'
Installing from main
Installing Zellij from the main branch is not recommended. This branch represents pre-release code, is constantly being worked on and may contain broken or unusable features. In addition, using it may corrupt the cache for future versions, forcing users to clear it before they can use the officially released version.
That being said - no-one will stop you from using it (and bug reports involving new features are greatly appreciated), but please consider using the latest release instead as detailed at the top of this section.
How do I start a development environment?
- Clone the project
- In the project folder, for debug builds run:
cargo xtask run - To run all tests:
cargo xtask test
For more build commands, see CONTRIBUTING.md.
Configuration
For configuring Zellij, please see the Configuration Documentation.
About issues in this repository
Issues in this repository, whether open or closed, do not necessarily indicate a problem or a bug in the software. They only indicate that the reporter wanted to communicate their experiences or thoughts to the maintainers. The Zellij maintainers do their best to go over and reply to all issue reports, but unfortunately cannot promise these will always be dealt with or even read. Your understanding is appreciated.
Roadmap
Presented here is the project roadmap, divided into three main sections.
These are issues that are either being actively worked on or are planned for the near future.
If you'll click on the image, you'll be led to an SVG version of it on the website where you can directly click on every issue
Origin of the Name
From Wikipedia, the free encyclopedia
Zellij (Arabic: الزليج, romanized: zillīj; also spelled zillij or zellige) is a style of mosaic tilework made from individually hand-chiseled tile pieces. The pieces were typically of different colours and fitted together to form various patterns on the basis of tessellations, most notably elaborate Islamic geometric motifs such as radiating star patterns composed of various polygons. This form of Islamic art is one of the main characteristics of architecture in the western Islamic world. It is found in the architecture of Morocco, the architecture of Algeria, early Islamic sites in Tunisia, and in the historic monuments of al-Andalus (in the Iberian Peninsula).
License
MIT
