Skip to content

Does zellij provide a command similar to tmux popup or an alternative? #3456

Answered by Lockszmith-GH
mainrs asked this question in Q&A
Discussion options

You must be logged in to vote

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:

zellij setup --generate-completion bash | grep -E 'z[a-z]+ \(\)'                                                                                             
function zr () { zellij run --name "$*" -- bash -ic "$*";}                                    …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mainrs
Comment options

@Lockszmith-GH
Comment options

Answer selected by mainrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants