Crates.io | zellij_widgets |
lib.rs | zellij_widgets |
version | 0.1.3 |
source | src |
created_at | 2024-04-08 03:05:54.58058 |
updated_at | 2024-05-19 18:26:03.405261 |
description | A wiget library for zellij |
homepage | |
repository | https://github.com/Kangaxx-0/zellij_widgets |
max_upload_size | |
id | 1199721 |
size | 757,688 |
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.
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.
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.
Zellij Widgets is licensed under the same terms as crossterm and ratatui. Please refer to their respective licenses for more details.