From be54e2b2e05e59979ec3abea78fb8087fa746389 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 22 Dec 2021 09:20:45 +0100 Subject: [PATCH] docs(readme): cross out roadmap goal and update demo --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc94c383..62a8ad95 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ demo

+### With Multiple Users: +

+ demo +

+

Discord Chat Matrix Chat @@ -72,8 +77,8 @@ 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. - * **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. * **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.