Check out my upcoming feature: clicking file paths to open them as a floating pane in your default $EDITOR. Folders will be opened in filepicker. There's more!!

Read about it here >> https://github.com/zellij-org/zellij/pull/4802

@zellij All we now need is a good terminal version of a web browser and a media player.

... no more graphical.target 😄

@dirk
There are some tui based audio player already iirc
@zellij
Wowow
This is really 🔥🔥🔥
Once it's in the release, I'll figure out a way to make the same clickable folder and files in nushell 's ls command. 😀
#nushell #zellij #tui #terminal #mouse #dotfile #customisation #ux
@vivekanandanks @zellij I was just wondering how this was implemented and if it was compatible with NuShell. In any case, I'm interested too.
@lebout2canap
I'm not sure too. Might be as simple as making the text clickable like hyperlinks. Let's see when it comes out. Even now I think we can do it ourselves in nushell by just making all the ls output to be hyperlinks maybe 🤔
@vivekanandanks @zellij It should "just work" also in nushell, as long as it's either a path regex or a file that exists in the pane's CWD.
@imsnif
Let me try on release and update in this thread or the release thread maybe🤝