zellij-org/zellij
View on GitHubThe plugin APIs should block until their action is performed, similar to our CLI
Open
#2,558 opened on Jun 18, 2023
help wantedplugin system
Description
The various plugin API commands (eg. new_tab, new_terminal_pane) etc. do not block at the moment. Instead they "send and forget" and do not even indicate when the operation was not successful.
This is not desirable.
We should block similarly to how we do with the cli commands and keybindings.