rust-plugin-template
rust-plugin-template copied to clipboard
A template for writing Zellij plugins in Rust
About
This template is designed for writing Zellij plugins in Rust.
You can learn more about developing plugins in the Zellij Documentation.
Usage
Use cargo generate to Clone this Template
Learn more about cargo generate here.
cargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name my-project
cd my-project
Build with cargo and Test in Zellij
# If you don't have Zellij installed already
cargo install zellij
# Building the plugin
cargo build
# Running in Zellij
zellij -l plugin.yaml