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 (1,191 forks)batch import
help wanted

Repository metrics

Stars
 (32,593 stars)
PR merge metrics
 (Avg merge 42d 11h) (10 merged PRs in 30d)

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