Does zellij provide a command similar to tmux popup
or an alternative?
#3456
-
I want to show the output of a command inside a popup window of my zellij instance. |
Beta Was this translation helpful? Give feedback.
Answered by
Lockszmith-GH
Jun 27, 2024
Replies: 1 comment 2 replies
-
You mean like what's on the screencast page? https://zellij.dev/screencasts/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See if this is what you're looking for:
https://zellij.dev/documentation/zellij-run.html?highlight=zellij%20run#zellij-run
https://zellij.dev/documentation/zellij-edit.html?highlight=edit#zellij-edit
https://zellij.dev/documentation/zellij-pipe.html?highlight=pipe#zellij-pipe
When using the
--generate-completion
you also get the following shell functions defined - these provide shorthand versions of the above.Below are examples for
bash
: