zellij
zellij copied to clipboard
Feature: display current path in strider
Right now, the strider plugin (a filesystem tree explorer) only displays the contents of the current directory. It can be very useful if it also displays the relative/full path of the current directory as a title or some other visible UI element.
Hey :) can I help with this issue?
Hey @yhung119 Yes that would be awesome! Please don't hesitate to ask if you have some questions!
A good place to display it would be the pane title (we didn't have pane titles when the issue was originally opened).
Hey, I'd like to contribute. Can anyone give me some hints on how the PluginPane and the plugins themselves communicate? I'm particularly interested in how I get information from the plugin to the pane.
Hey,
I've been playing around with zelij for a while now and would like to help on this issue, potentially using RobWalt's initial implementation.
Sure thing @knidarkness - let us know if you need any help.
Implemented in https://github.com/zellij-org/zellij/pull/3200