dyuri / rust-plugin-template

A template for writing Zellij plugins in Rust

Home Page:https://zellij.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A template for writing Zellij plugins in Rust

https://zellij.dev/


Languages

Language:Rust 100.0%