zellij-org/zellij

Allow piping into the STDIN of another pane

Open

#2,138 opened on Feb 6, 2023

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
help wanted

Description

zellij can window panel communication be achieved

I created two panels on the terminal and need them to communicate with each other For example, I'm on panel 1, and I type a command:ls after Enter, I need it in Panel 2, showing the results from Panel 1 There is no such function!

Contributor guide