Skip to content

dyuri/rust-plugin-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%