zellij run with multiple commands from command line #3459
Unanswered
codezninja
asked this question in
Q&A
Replies: 1 comment
-
try the good all shell: zellij run -f --cwd {{.RepoPath}} -- "sh -c 'git stash -u && gh pr checkout {{.PrNumber}} && nvim .'" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate gh-dash with zellij so when I open a PR in gh dash to review with key bindings I can open a pane / tab and run a few commands. ie
zellij run -f --cwd {{.RepoPath}} -- "git stash -u && gh pr checkout {{.PrNumber}} && nvim .
.I'm unable to running multiple commands with zellij run. Is there a better way to do this? I'm still very new to zellij so still learning alot about it in docs and haven't messed with custom layouts yet which I think might be a way but haven't figured out how to send in dynamic data
Beta Was this translation helpful? Give feedback.
All reactions