-
-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin: Add action that can send data to a plugin #874
Comments
Hi @a-kenji ! Are you thinking of sending something like an event? This sort of thing? zellij/zellij-tile/src/data.rs Lines 46 to 55 in 639566d
|
Hey @TheLostLambda,
So that zellij could send clipboard contents, output of commands, input of commands, or the pane contents to plugins. |
I think this would be very helpful to enable useful background plugins and would be willing to implement this. Do we just want to enable unstructured text to be sent, or also allow plugins to register their own actions? The first is more flexible, the latter is more consistent and is the most similar to other systems. The first would also already solve the issue of knowing which plugin to send the data to. |
This has been implemented with pipes. |
Add an action that can send structured/unstructured data to a plugin.
The text was updated successfully, but these errors were encountered: