zellij icon indicating copy to clipboard operation
zellij copied to clipboard

`zellij run` not work out of session

Open chaopeng opened this issue 1 year ago • 2 comments

Basic information

zellij --version: v.0.39.2 uname -av or ver(Windows): Debian 6.5.6-1rodete4 x86_64 GNU/Linux

Further information

Reproduction steps:

  • zellij to create a new zellij session
  • ctrl-o d detach the session
  • zellij list-sessions find the session name
  • zellij --session [session-name] run -- echo hello
  • zellij attach [session-name]

Expect: zellij run a command inside the session with new pane Actually: nothing in zellij

I also tried zellij run -f, still not luck. I somehow remember it works in previous version (maybe v0.39.1). But I did not verify.

Tried use run inside a session, it works.

chaopeng avatar Dec 15 '23 17:12 chaopeng