docs(readme): cross out roadmap goal and update demo

This commit is contained in:
Aram Drevekenin 2021-12-22 09:20:45 +01:00 committed by GitHub
parent fbd54d41ef
commit be54e2b2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,11 @@
<img src="https://raw.githubusercontent.com/zellij-org/zellij/main/assets/demo.gif" alt="demo"> <img src="https://raw.githubusercontent.com/zellij-org/zellij/main/assets/demo.gif" alt="demo">
</p> </p>
### With Multiple Users:
<p align="center">
<img src="https://raw.githubusercontent.com/zellij-org/zellij/main/assets/multiplayer-sessions.gif" alt="demo">
</p>
<p align="center"> <p align="center">
<a href="https://discord.gg/CrUAFH3"><img alt="Discord Chat" src="https://img.shields.io/discord/771367133715628073?color=%235865F2%20&label=chat%3A%20discord&style=flat-square"></a> <a href="https://discord.gg/CrUAFH3"><img alt="Discord Chat" src="https://img.shields.io/discord/771367133715628073?color=%235865F2%20&label=chat%3A%20discord&style=flat-square"></a>
<a href="https://matrix.to/#/#zellij_general:matrix.org"><img alt="Matrix Chat" src="https://img.shields.io/matrix/zellij_general:matrix.org?color=%230FBD8C&label=chat%3A%20matrix&style=flat-square"></a> <a href="https://matrix.to/#/#zellij_general:matrix.org"><img alt="Matrix Chat" src="https://img.shields.io/matrix/zellij_general:matrix.org?color=%230FBD8C&label=chat%3A%20matrix&style=flat-square"></a>
@ -72,8 +77,8 @@ Zellij should be ready for everyday use, but it's still classified as a beta. Th
## Roadmap ## 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. This section contains an ever-changing list of the major features that are either currently being worked on, or planned for the near future.
* <strike>**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.</strike> - *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. * **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. * **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. * **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.