Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zellij run doesn't work when session not attached #3733

Open
gibfahn opened this issue Nov 6, 2024 · 0 comments
Open

zellij run doesn't work when session not attached #3733

gibfahn opened this issue Nov 6, 2024 · 0 comments

Comments

@gibfahn
Copy link

gibfahn commented Nov 6, 2024

Simple repro:

zellij delete-session --force test
zellij attach --create-background test
zellij --session test run --name one -- sleep 101
zellij --session test run --name two -- sleep 102
zellij --session test run --name three -- sleep 103
zellij --session test run --name four -- sleep 104
zellij attach test

Only shows the original pane and the first command run.

image

If you add --in-place to the first run command, you get:

image

So it looks like only the first run takes effect. If you attach then the run commands work as expected.

Originally posted by @gibfahn in #3010 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant