4 releases

new 0.1.3 May 19, 2024
0.1.2 Apr 23, 2024
0.1.1 Apr 8, 2024
0.1.0 Apr 8, 2024

#1732 in Data structures

Download history 260/week @ 2024-04-08 134/week @ 2024-04-22

143 downloads per month

MIT license

750KB
7.5K SLoC

Zellij Widgets

Zellij Widgets provides a set of widgets for the Zellij plugin system. It is designed to run with zellij and is a customized combination of the crossterm and ratatui crates.

Key Features

  1. Reusable UI Components: Offers a collection of UI components that abstract away the complexity of dealing with ANSI codes, making it easier for Zellij plugin developers to create user interfaces.

demo

Prerequisites

To use Zellij Widgets, developers should have a basic understanding of the Zellij plugin system. Zellij plugins communicate with the Zellij host via the Wasmer runtime, and Zellij provides interfaces such as the ZellijPlugin crate.

Notes:

  1. zellij is using old version of wasmer, don't get confused if you see the standard I/O steam interfaces are different from latest wasmer which leverages the power of the async from tokio

Acknowledgments

This project reuses a significant amount of code from the crossterm and ratatui projects. I would like to express our gratitude to the authors and contributors of these projects for their excellent work. All credits are theirs.

License

Zellij Widgets is licensed under the same terms as crossterm and ratatui. Please refer to their respective licenses for more details.

Dependencies

~3.5–10MB
~76K SLoC