Replies: 2 comments
-
Hey, all of this information is available in the plugin API. The Zellij philosophy is to use plugins rather than the CLI for various reasons (mostly since the CLI is not client-aware, and with Zellij being a true multiplayer application, giving this information through the CLI will never be 100% accurate). EDIT: you can get some of this in |
Beta Was this translation helpful? Give feedback.
-
Thanks imsnif, this is helpful but I’m not writing a plugin. In my particular case I want to control panes I’ve created from a neovim instance. |
Beta Was this translation helpful? Give feedback.
-
Hello, it would be useful to me to get information about panes so that I can more precisely do stuff in zellij.
The first thing that would be useful is a way to get information of the panes in the active tab
Which would print something like
pane-name [pid] program (current?)
This would be useful in finding a specific pane and doing something with it. Eg, from a program, find the pane with a matching pid, then focusing on that pane to write to it.
Then it would be useful to get some deeper information on a specific pane
Which would print something in a standard format (e.g toml)
The positioning information would be useful so that we could create a floating pane positioned in relation to the page. Eg, create a pane that neatly covers the left half of the current pane.
Beta Was this translation helpful? Give feedback.
All reactions