From 645735f5717170c9edefecae2b58aaa4fec123f7 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 24 Feb 2022 19:04:05 +0900 Subject: [PATCH] fix(docs): replace the list with a table that is more readable rather than strikethrough (#1088) --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d272d31..9185c950 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,13 @@ Zellij should be ready for everyday use, but it's still classified as a beta. Th ## Roadmap This section contains an ever-changing list of the major features that are either currently being worked on, or planned for the near future. - * **Share sessions with others** - See the focused window and cursor of other users, work on a problem or a code base together in real time. - *implemented in `0.23.0`* - * **A web client/server** - Connect to Zellij through the browser instead of opening a terminal window. Either on a local or remote machine. - * **Support for multiple terminal windows across screens** - Transfer panes across different windows and screens by having them all belong to the same session. - * **Smart layouts** - expand the current layout system so that it rearranges and hides panes intelligently when new ones are added or the window size is changed. + +| Feature | Description | Status | +| :-----: | ----------- | :----: | +| **Share sessions with others** | See the focused window and cursor of other users, work on a problem or a code base together in real time. | :white_check_mark:
*(implemented in `0.23.0`)* | +| **A web client/server** | Connect to Zellij through the browser instead of opening a terminal window. Either on a local or remote machine. | | +| **Support for multiple terminal windows across screens** | Transfer panes across different windows and screens by having them all belong to the same session. | | +| **Smart layouts** | Expand the current layout system so that it rearranges and hides panes intelligently when new ones are added or the window size is changed. | | ## License