You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@
3
3
4
4
From Zero to "Hello world!" inside a Zellij Rust plugin with one keyboard shortcut.
5
5
6
+
### How does it work?
7
+
6
8
All you have to do is think of a name for your new plugin and this wizard will:
9
+
7
10
1. Clone the [rust-plugin-example][rust-plugin-example] template repository into a folder by that name in your project directory
8
11
2. Create a development workspace for you as a new tab, with your `$EDITOR` and [a helper plugin](https://github.com/zellij-org/develop-rust-plugin) to compile and run your plugin
0 commit comments