Brooks Rady
Brooks Rady
Sounds great! Thank you for all of the pointers as well! I can probably start seriously taking a look at things in the next week or so. It sounds like...
Thanks for the follow up on this! The plugin we are developing is essentially a simplified file-manager, and I have the odd situation where my home folder is split over...
@horasal Thanks for the suggestion! I think this is certainly a feature I'd like to have in the API eventually! I do have a currently implemented alternative if you're looking...
@horasal Those are some quite good points! I would agree that this sort of logging capability would be really nice to have! I do think that Zellij itself will likely...
> @TheLostLambda Maybe some sort of message bus/event listener could help (and maybe even remove the need for the timeout and logging)? How exactly do you mean? We currently have...
@5c077m4n What new abilities would that give us? Currently things are just sent as JSON over the interface. It's already decently generic I think?
@spacemaison I think adding this sort of "metaprogramming" ability to Zellij plugins is essential! It's actually something that's been on our radar for a little while now but that we've...
@prscoelho I agree that's a pretty essential feature to have! Currently the way that plugins talk back to Zellij is by calling certain API functions that we expose. Adding one...
@prscoelho @spacemaison Ah! I misunderstood your original message! I think a function like `dispatch_actions` is an excellent idea – certainly better than a separate function for every action. I think...
As a tentative roadmap: 1. Move Zellij configuration over from YAML to KDL 2. Implement plugin manifests in KDL (starting as just a headless vs pane-bound and name thing) 3....